Explorar o código

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

Herbert Vojčík %!s(int64=7) %!d(string=hai) anos
pai
achega
05dbb12067
Modificáronse 2 ficheiros con 2 adicións e 4 borrados
  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