Changes between Version 1 and Version 2 of Ticket #38947, comment 3
- Timestamp:
- 01/26/2017 02:47:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38947, comment 3
v1 v2 3 3 * `unbindAll` which unbinds all previously bound functions of a callbacks topic if specified or unbinds all functions if no topic is specified 4 4 5 The `set` method hasbeen adapted to the new event manager.5 The `set`, `bind` and `unbind` methods have been adapted to the new event manager. 6 6 7 7 I'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.