Files
angular/modules/angular2/src/facade/math.es6
Tobias Bosch f6284f2a55 feat(benchpress): rewritten implementation
Limitations:
- cloud reporter is not yet supported any more
2015-02-16 11:43:27 -08:00

5 lines
110 B
JavaScript

import {global} from 'angular2/src/facade/lang';
export var Math = global.Math;
export var NaN = global.NaN;