fabric.js/src/util
2011-07-06 14:38:56 -04:00
..
dom_event.js 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.stopObservingEventfabric.util.stopObserving, and fabric.util.fireEventfabric.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
dom_misc.js fabric.util.animate is now defined in util/misc.js rather than util/dom_misc.js as it has nothing to do with DOM. 2011-07-06 14:38:56 -04:00
dom_request.js More documentation. 2010-10-15 12:55:53 -04:00
dom_style.js More documentation. 2010-10-15 12:55:53 -04:00
lang_array.js Another chunk of documentation (which is a bitch, by the way). 2010-10-14 22:16:24 -04:00
lang_class.js Another chunk of documentation (which is a bitch, by the way). 2010-10-14 22:16:24 -04:00
lang_function.js More documentation. 2010-10-15 12:55:53 -04:00
lang_object.js Replace map with for loop for perf. reasons (as this method is likely to be called thousands of times). 2011-02-09 01:03:04 -05:00
lang_string.js More documentation. 2010-10-19 16:27:24 -04:00
misc.js fabric.util.animate is now defined in util/misc.js rather than util/dom_misc.js as it has nothing to do with DOM. 2011-07-06 14:38:56 -04:00