kangax
|
70784f55d9
|
Add support for off method to remove all handlers for event when not given any handlers.
|
2012-10-20 20:11:16 +02:00 |
|
kangax
|
84a956c4b6
|
Lint everything with JSHint. Version 0.9.14.
|
2012-10-14 02:53:12 +02:00 |
|
kangax
|
edbce2b32a
|
Documentation fixes.
|
2012-07-19 11:43:46 +02:00 |
|
kangax
|
9590fe597c
|
In fabric.Observable, observe is now on, stopObserving — off. observe and stopObserving are deprecated.
|
2012-07-18 18:25:51 +02:00 |
|
kangax
|
8a84affd6c
|
[BACK_INCOMPAT] Remove "memo" from event objects. e.memo.xxx is now e.xxx.
|
2012-05-12 13:44:26 +04:00 |
|
kangax
|
19f7736658
|
Update documentation and fix JSDoc templates.
|
2011-09-22 12:40:31 -04:00 |
|
kangax
|
1bed43e3c4
|
Add unit tests for fabric.Observable. fabric.Canvas#observe can now accept object — canvas.observe({ event1: ..., event2: ... }).
|
2011-07-02 01:19:32 -04:00 |
|
kangax
|
6845db3670
|
Rework observable mechanism: All events are now scoped to canvas instances. fabric.util.observeEvent(...) becomes canvas.observe(...) and only observes events of that particular canvas instance. fabric.util.observeEvent becomes fabric.util.observe, fabric.util.stopObservingEvent — fabric.util.stopObserving, and fabric.util.fireEvent — fabric.util.fire. These could still serve as a generic pub-sub mechanism. Add "mouse:down" event (to be consistent with "mouse:up"). Add "Event inspector" demo page.
|
2011-06-27 18:25:45 -04:00 |
|