You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
After updating from 0.12.2 to 0.12.3, my Angular application started throwing a "jQuery is undefined" error. I tracked it down to the new addition of the jQuery removeHighlight plugin. Most likely an issue for me because the application uses Browserify imports instead of traditionally loading jQuery. I've made a pull request(#1143) to resolve the issue and recommend reverting 0.12.2 for anyone else experiencing this issue.
After updating from 0.12.2 to 0.12.3, my Angular application started throwing a "jQuery is undefined" error. I tracked it down to the new addition of the jQuery removeHighlight plugin. Most likely an issue for me because the application uses Browserify imports instead of traditionally loading jQuery. I've made a pull request(#1143) to resolve the issue and recommend reverting 0.12.2 for anyone else experiencing this issue.