Chris911 / Ask-Stack-Atom

Ask Stack Overflow for Atom
https://atom.io/packages/ask-stack
MIT License
124 stars 22 forks source link

Object.add is deprecated. #26

Closed nathaniel-hudson closed 9 years ago

nathaniel-hudson commented 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

Chris911 commented 9 years ago

All deprecation warnings have been fixed in v2.0.0.