Closed darylrobbins closed 9 years ago
Are you trying to listen for the 'core:confirm' Atom command with jQuery::on? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry
jQuery::on
jQuery::trigger
atom.commands.add
This is fixed.
Are you trying to listen for the 'core:confirm' Atom command with
jQuery::on
?jQuery::trigger
can no longer be used to listen for Atom commands. Please useatom.commands.add
instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry