Browse Source

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

Herbert Vojčík 8 năm trước cách đây
mục cha
commit
b07020a03f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 = {