browser-extension
browser-extension copied to clipboard
Removed jQuery usage in listener, fixes #55
This PR fixes #55 by removing jQuery usage entirely in listener.js
.
Note: I believe using jQuery is not necessary as addEventListener and postMessage are widely supported now (especially this is Chrome-only here).
I cannot make the test pass locally (even without my changes). What environment is required? I've tried with node 0.10
as in Travis CI. Any help would be appreciated.
@stevepeak Is this repo maintained?