Explorar o código

Polyfill console.dir.

Herbert Vojčík %!s(int64=8) %!d(string=hai) anos
pai
achega
eb686181c9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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() {},