atom / deprecation-cop

Shows a list of deprecated calls
MIT License
12 stars 19 forks source link

jQuery Trigger - Event names with ’:’ treated as Atom Commands #53

Closed Wu-Li closed 6 years ago

Wu-Li commented 9 years ago

After the 0.207 update, the Deprecation Cop picks up any event triggers with colons (:) in the event name and provides a message that states in 1.0, Atom Commands can no longer be called by jQuery::trigger. This happens for events that are not Atom Commands, and the frequent calls to the Deprecation Cop can be quite a resource hog - my load times were about 3x as long before I renamed the events to use a dash. Thank you, -Wu Li

daviwil commented 6 years ago

This issue was moved to atom/atom#18177