Explorar el Código

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

Herbert Vojčík hace 9 años
padre
commit
b07020a03f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 = {