| Index: lib/runtime/dart/math.js
|
| diff --git a/lib/runtime/dart/math.js b/lib/runtime/dart/math.js
|
| index ad305b38545c77460cdffbebe9976e2a607c6285..d548e81ed3828006f6ab07c4ac6a4d7932413794 100644
|
| --- a/lib/runtime/dart/math.js
|
| +++ b/lib/runtime/dart/math.js
|
| @@ -1,6 +1,6 @@
|
| -var math = dart.defineLibrary(math, {});
|
| -var core = dart.import(core);
|
| -var _js_helper = dart.lazyImport(_js_helper);
|
| +dart.defineLibrary('math');
|
| +dart.import('core');
|
| +dart.lazyImport('_js_helper');
|
| (function(exports, core, _js_helper) {
|
| 'use strict';
|
| class _JenkinsSmiHash extends core.Object {
|
|
|