Pārlūkot izejas kodu

Polyfill console.dir.

Herbert Vojčík 8 gadi atpakaļ
vecāks
revīzija
eb686181c9
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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() {},