浏览代码

Polyfill console.dir.

Herbert Vojčík 8 年之前
父节点
当前提交
eb686181c9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      support/browser-compatibility.js

+ 1 - 0
support/browser-compatibility.js

@@ -4,6 +4,7 @@
 /* Make sure that console is defined */
 if(typeof console === "undefined") {
     this.console = {
+        dir: function() {},
         log: function() {},
         warn: function() {},
         info: function() {},