Browse Source

Formatting

Herbert Vojčík 8 years ago
parent
commit
ac0ef0a9be
1 changed files with 7 additions and 7 deletions
  1. 7 7
      support/browser-compatibility.js

+ 7 - 7
support/browser-compatibility.js

@@ -3,11 +3,11 @@
 
 /* Make sure that console is defined */
 if(typeof console === "undefined") {
-	this.console = {
-		log: function() {},
-		warn: function() {},
-		info: function() {},
-		debug: function() {},
-		error: function() {}
-	};
+    this.console = {
+        log: function() {},
+        warn: function() {},
+        info: function() {},
+        debug: function() {},
+        error: function() {}
+    };
 }