1
0
Преглед на файлове

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