2
0
Nicolas Petton преди 12 години
родител
ревизия
49bdc8f3ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      js/boot.js

+ 1 - 1
js/boot.js

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