Nicolas Petton 12 éve
szülő
commit
49bdc8f3ff
1 módosított fájl, 1 hozzáadás és 1 törlés
  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() {},