浏览代码

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

Herbert Vojčík 8 年之前
父节点
当前提交
b07020a03f
共有 1 个文件被更改,包括 3 次插入0 次删除
  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 = {