瀏覽代碼

Add "TODO remove" to 'xyz-compatibility' files.

Herbert Vojčík 7 年之前
父節點
當前提交
05dbb12067
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 1 2
      support/browser-compatibility.js
  2. 1 2
      support/node-compatibility.js

+ 1 - 2
support/browser-compatibility.js

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

+ 1 - 2
support/node-compatibility.js

@@ -1,2 +1 @@
-// This file is injected dependencies by amber-compat-xxx modules.
-// Therefore it is important that it _does_not_have_ define call.
+// TODO remove