david-driscoll / atom-yeoman

A yeoman ui for atom.io
https://github.com/david-driscoll/atom-yeoman
MIT License
26 stars 5 forks source link

Object.add is deprecated. #15

Closed darylrobbins closed 9 years ago

darylrobbins 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

david-driscoll commented 9 years ago

This is fixed.