Browse Source

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

Herbert Vojčík 7 years ago
parent
commit
05dbb12067
2 changed files with 2 additions and 4 deletions
  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