Closed projectnard closed 8 years ago
Could you send a PR?
I sent a pull request on behalf of bvferguson to fix this issue
Fixed in #5. Thanks for reporting @bvferguson!
As of 1.1.5
the dist files are now broken, due to the is
module exporting function
https://github.com/zenorocha/good-listener/blob/v1.1.5/dist/good-listener.js#L144
But the main module is using is.fn
:
https://github.com/zenorocha/good-listener/blob/v1.1.5/dist/good-listener.js#L172
Just sent in a PR to address this issue
IE9 doesnt support named parameteres that are also keywords. So in src/is.js, line 45 throws and error.
exports.function = {}