mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Previously namespaces were used to off() when a buffer was unsubscribed from which affected other views in the same package also listening to the current buffer. Now event namespaces are no longer used and instead off() is called with the callbacks originally registered for the given event name.