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 */
 /* Make that console is defined */
 
 
-if (typeof console == "undefined") {
+if (typeof console === "undefined") {
     this.console = {
     this.console = {
 	log: function() {},
 	log: function() {},
 	warn: function() {},
 	warn: function() {},