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() {},