소스 검색

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