Merge branch 'master' of github.com:babel/babel

This commit is contained in:
Sebastian McKenzie 2015-11-02 05:25:23 +00:00
commit bfc58917ad

View File

@ -1,5 +1,5 @@
if (global._babelPolyfill) {
throw new Error("only one instance of babel/polyfill is allowed");
throw new Error("only one instance of babel-polyfill is allowed");
}
global._babelPolyfill = true;