Merge pull request #188 from brentburg/webpack-return

Webpack doesn't like return outside of a function in a module
This commit is contained in:
Sebastian McKenzie 2014-11-19 01:14:07 +11:00
commit 68ef2d545e

View File

@ -8,10 +8,6 @@
* the same directory.
*/
if (typeof global.regeneratorRuntime === "object") {
return;
}
var iteratorSymbol = typeof Symbol === "function" && Symbol.iterator || "@@iterator";
var runtime = global.regeneratorRuntime = exports;
var hasOwn = Object.prototype.hasOwnProperty;