Sfoglia il codice sorgente

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

Herbert Vojčík 9 anni fa
parent
commit
b07020a03f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 = {