Index: lib/runtime/dart_runtime.js |
diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js |
index 4dd786854bbc73cbf361ae368de82cd4a0757c5c..8ba16b429885a51ec571a4213f65ddad68886f4c 100644 |
--- a/lib/runtime/dart_runtime.js |
+++ b/lib/runtime/dart_runtime.js |
@@ -967,7 +967,8 @@ var dart, _js_helper, _js_primitives; |
dart.JsSymbol = Symbol; |
function import_(value) { |
- if (!value) throw 'missing required module'; |
+ // TODO(jmesserly): enable this once we're loading all of core libs. |
+ // if (!value) throw 'missing required module'; |
vsm
2015/05/08 21:27:21
Log a warning instead?
Jennifer Messerly
2015/05/08 21:33:25
sure thing.
|
return value; |
} |
dart.import = import_; |