fix(babel): replace window with global #22

Merged
eden-lane merged 1 commits from patch-1 into master 2016-04-19 09:26:45 +00:00

View File

@ -1,4 +1,4 @@
if (!window._babelPolyfill) { if (!global._babelPolyfill) {
require('babel-polyfill'); require('babel-polyfill');
} }
import API from './functions/api'; import API from './functions/api';