Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console deprecated warning: Do not use $().on/off() on Brackets modules and model objects #27

Open
anephew opened this issue Mar 16, 2017 · 0 comments

Comments

@anephew
Copy link

anephew commented Mar 16, 2017

Hello!

Deprecated: Do not use $().on/off() on Brackets modules and model objects. Call on()/off() directly on the object without a $() wrapper.

Deprecated: Do not use $().on/off() on Brackets modules and model objects. Call on()/off() directly on the object without a $() wrapper.
    at new jQuery.fn.init (/brackets.js:465:36)
    at n (file:///D:/PROGRAMS/Dev/Brackets%200.45/www/thirdparty/thirdparty.min.js:19:405)
    at _highlight (file:///C:/Users/anephew/AppData/Roaming/Brackets/extensions/user/insya.tools/lib/wordHighlight.js:40:3)
    at Object.<anonymous> (file:///C:/Users/anephew/AppData/Roaming/Brackets/extensions/user/insya.tools/lib/wordHighlight.js:81:5)

Please correct 366 line of the lib/wordHighlight.js to:

EditorManager.on("activeEditorChange", function(e, activeEditor, prevEditor){

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant