webpack/require-polyfill.web.js

2 lines
87 B
JavaScript
Raw Normal View History

2012-03-11 20:44:38 +08:00
// No polyfill needed when compiled with webpack
2012-03-21 19:41:03 +08:00
module.exports = function(r){return r}