2015-04-01 10:45:56 -07:00
|
|
|
import {global} from 'angular2/src/facade/lang';
|
|
|
|
|
|
|
|
// HACK: workaround for Traceur behavior.
|
|
|
|
// It expects all transpiled modules to contain this marker.
|
|
|
|
// TODO: remove this when we no longer use traceur
|
|
|
|
export var __esModule = true;
|
|
|
|
|
|
|
|
export var Math = global.Math;
|
2015-04-29 10:49:18 -07:00
|
|
|
export var NaN = global.NaN;
|