atom-pipe icon indicating copy to clipboard operation
atom-pipe copied to clipboard

Object.add is deprecated.

Open jpfairbanks opened this issue 10 years ago • 0 comments

I got this from the deprecation cop today.

Are you trying to listen for the 'core:cancel core:close' 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

jpfairbanks avatar Jul 10 '15 20:07 jpfairbanks