]> git.r.bdr.sh - rbdr/cologne/commitdiff
Adds placeholders for extended console API
authorBen Beltran <redacted>
Wed, 15 Jan 2014 18:17:51 +0000 (12:17 -0600)
committerBen Beltran <redacted>
Wed, 15 Jan 2014 18:17:51 +0000 (12:17 -0600)
lib/cobalt.js

index f3effcdcd76b4953b19e6247a85bdd702f20be83..e1f4beab731fc77f607324a4d24b37db74cde133 100644 (file)
         this._log.apply(this, [7].concat([].splice.call(arguments, 0)));
       },
 
+      debug : function () {
+        this._log.apply(this, [7].concat(Array.prototype.slice.call(arguments)));
+      },
+
       info : function () {
         this._log.apply(this, [6].concat([].splice.call(arguments, 0)));
       },
         this._log.apply(this, [3].concat([].splice.call(arguments, 0)));
       },
 
+      dir : function () {
+      },
+
+      time : function () {
+      },
+
+      timeEnd : function () {
+      },
+
+      groupCollapsed : function () {
+      },
+
+      groupEnd : function () {
+      },
+
       separator : function (type) {
         var co = this;