| Index: lib/runtime/dart/collection.js
|
| diff --git a/lib/runtime/dart/collection.js b/lib/runtime/dart/collection.js
|
| index 07d1a41f121169cedde1f5282d88254ad22b56d3..f4d6a881b5c94d46d4a4a1f56f4f007ae34138c3 100644
|
| --- a/lib/runtime/dart/collection.js
|
| +++ b/lib/runtime/dart/collection.js
|
| @@ -1,8 +1,8 @@
|
| -var collection = dart.defineLibrary(collection, {});
|
| -var _internal = dart.lazyImport(_internal);
|
| -var core = dart.import(core);
|
| -var _js_helper = dart.lazyImport(_js_helper);
|
| -var math = dart.lazyImport(math);
|
| +dart.defineLibrary('collection');
|
| +dart.lazyImport('_internal');
|
| +dart.import('core');
|
| +dart.lazyImport('_js_helper');
|
| +dart.lazyImport('math');
|
| (function(exports, _internal, core, _js_helper, math) {
|
| 'use strict';
|
| let _source = Symbol('_source');
|
|
|