Index: lib/runtime/dart_runtime.js |
diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js |
index 4033e89ccdc78f9e7d21f87f81ca5fe56b721cad..59e9debec23249e5347e3537b323d88a474fb1e2 100644 |
--- a/lib/runtime/dart_runtime.js |
+++ b/lib/runtime/dart_runtime.js |
@@ -265,6 +265,7 @@ var dart, _js_helper; |
} |
return map; |
} |
+ this.map = map; |
Jennifer Messerly
2015/03/30 14:43:32
should be `dart.map = ` ?
Jacob
2015/03/30 16:40:52
Done.
|
function assert(condition) { |
// TODO(jmesserly): throw assertion error. |