Polyfill es6-promise for Promises in actions.js

This commit is contained in:
Ivan Meredith 2016-08-25 19:03:26 +12:00
parent 857364479d
commit 2e6d111351
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import { es6Promise } from 'es6-promise'; es6Promise.polyill();
import keymirror from 'keymirror';
import { State } from '../components/records';