mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
parent
0460e4e248
commit
8735f99aab
1 changed files with 2 additions and 2 deletions
|
|
@ -27,10 +27,10 @@ if (typeof(eventjs) === "undefined") var eventjs = Event;
|
|||
(function(root) { "use strict";
|
||||
|
||||
// Add custom *EventListener commands to HTMLElements (set false to prevent funkiness).
|
||||
root.modifyEventListener = true;
|
||||
root.modifyEventListener = false;
|
||||
|
||||
// Add bulk *EventListener commands on NodeLists from querySelectorAll and others (set false to prevent funkiness).
|
||||
root.modifySelectors = true;
|
||||
root.modifySelectors = false;
|
||||
|
||||
// Event maintenance.
|
||||
root.add = function(target, type, listener, configure) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue