Merge pull request #22 from edencore/patch-1

fix(babel): replace window with global
This commit is contained in:
Mahdi Dibaiee 2016-04-19 13:56:45 +04:30
commit c45c832f97

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';