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
Showing only changes of commit 4ddcb20807 - Show all commits

View File

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