Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #38947, comment 3


Ignore:
Timestamp:
01/26/2017 02:47:41 PM (8 years ago)
Author:
nikeo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38947, comment 3

    v1 v2  
    33* `unbindAll` which unbinds all previously bound functions of a callbacks topic if specified or unbinds all functions if no topic is specified
    44
    5 The `set` method has been adapted to the new event manager.
     5The `set`, `bind` and `unbind` methods have been adapted to the new event manager.
    66
    77I've also proposed a new optional argument object to the `set` method that was not initially scoped in the proposition. The proposed argument allows us to "silently" set an `api.Value()` instance, whithout firing the callbacks.