Changes between Version 2 and Version 3 of Ticket #21170, comment 86
- Timestamp:
- 01/27/2014 05:35:39 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21170, comment 86
v2 v3 19 19 > ...we should build the core library so that it can be used under a separate namespace 20 20 21 This may be handy in some cases however there are already jQuery custom events, jQ iery callbacks, and Backbone events that can be used.21 This may be handy in some cases however there are already jQuery custom events, jQuery callbacks, and Backbone events that can be used. 22 22 23 23 > ...it would be nice if subscribers could easily clean up references to the event bus. This is the reason that Backbone added the listenTo and stopListening