sarco3t

Results 1 comments of sarco3t

I managed to fix the issue, by changing this line to folowwing code https://github.com/garygreen/polyfill-io-loader/blob/master/index.js#L31 ``` return '[' + JSON.stringify(o[0]) + ',' + o[1].replace('this', 'window') + ']';```