Don McCurdy
|
35ec58b498
EventDispatcher: Add comment about defensive copy in dispatchEvent.
|
5 years ago |
Mr.doob
|
b52c00c55d
Clean up.
|
8 years ago |
06wj
|
89d929152e
Optimize EventDispatcher.dispatchEvent
|
8 years ago |
Tristan VALCKE
|
b9de3e2c6c
Protect EventDispatcher against the closure circular reference bug
|
8 years ago |
Mr.doob
|
143045449b
Refactored EventDispatcher usage.
|
8 years ago |
Mr.doob
|
6acfc12d61
Clean up.
|
8 years ago |
Tristan Valcke
|
502048e2ad
Revert aca0d5e - Loop in EventDispatcher
|
8 years ago |
Tristan Valcke
|
aca0d5e1e5
Refactor dispatchEvent from EventDispatcher, that have redondant code call. Use call method directly on listenerArray instead of copy it in temporary array. Remove useless variable initializer.
|
8 years ago |
Tristan Valcke
|
844185efd8
Simplification of if statement in EventDispatcher
|
8 years ago |
Rich Harris
|
4f98d35ed7
Remove unused `is*` properties (#9381)
|
9 years ago |
Mr.doob
|
bdea7d00ce
Fixed function formatting
|
9 years ago |
Rich Harris
|
f65e669af9
Modules (#9310)
|
9 years ago |
Mr.doob
|
4fc4098e96
EventDispatcher: Clean up.
|
9 years ago |
tschw
|
79ad4be3cb
Maintenance (#8802)
|
9 years ago |
tschw
|
ed8831b0e6
EventDispatcher: Deprecated .apply. (#8775)
|
9 years ago |
brason
|
eb68622a6e
Add missing semicolons
|
10 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
Mr.doob
|
d07e623ac2
EventDispatcher: Create array only if listenerArray is defined.
|
11 years ago |
gero3
|
356aca04e3
Update EventDispatcher.js
|
11 years ago |
Mr.doob
|
673d5dc5f7
EventDispatched: Added check for existing array in removeListener as per #4202.
|
11 years ago |
Mr.doob
|
4f42011a5d
Garbage-less array copy.
|
12 years ago |
Mr.doob
|
937ea35201
Minor beautification.
|
12 years ago |
Gheric Speiginer
|
50a5f569bd
Support removeEventListener inside event handler
|
12 years ago |
Mr.doob
|
32ca1d4740
Prettified EventDispatcher API.
|
12 years ago |
Mr.doob
|
6c35dc23cf
Updated to prototype based EventDispatcher.
|
12 years ago |
Mr.doob
|
fdea8942ca
More disposing.
|
12 years ago |
Mr.doob
|
28aba0b81a
Renamed EventTarget to EventDispatcher as discussed in fdb737d078e0e3d6eba9856cec77401082a42fe8.
|
12 years ago |