]> git.r.bdr.sh - rbdr/cologne/blobdiff - lib/cobalt.js
Adds placeholders for extended console API
[rbdr/cologne] / 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;