Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #21170, comment 86


Ignore:
Timestamp:
01/27/2014 05:35:39 PM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21170, comment 86

    v2 v3  
    1919> ...we should build the core library so that it can be used under a separate namespace
    2020
    21 This may be handy in some cases however there are already jQuery custom events, jQiery callbacks, and Backbone events that can be used.
     21This may be handy in some cases however there are already jQuery custom events, jQuery callbacks, and Backbone events that can be used.
    2222
    2323> ...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