Browse Source

Reminder of browser-compatibility hack and need of no define(...).

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

+ 3 - 0
support/browser-compatibility.js

@@ -1,3 +1,6 @@
+// This file is injected dependencies by amber-compat-xxx modules.
+// Therefore it is important that it _does_not_have_ define call.
+
 /* Make sure that console is defined */
 if(typeof console === "undefined") {
 	this.console = {