atom-pipe
atom-pipe copied to clipboard
Object.add is deprecated.
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