OLD | NEW |
1 var aliases = { | 1 var aliases = { |
2 "AnimationEvent": "AnimationEvent", | 2 "AnimationEvent": "AnimationEvent", |
3 "BeforeUnloadEvent": "BeforeUnloadEvent", | 3 "BeforeUnloadEvent": "BeforeUnloadEvent", |
4 "CloseEvent": "CloseEvent", | 4 "CloseEvent": "CloseEvent", |
5 "CompositionEvent": "CompositionEvent", | 5 "CompositionEvent": "CompositionEvent", |
6 "CustomEvent": "CustomEvent", | 6 "CustomEvent": "CustomEvent", |
7 "DeviceMotionEvent": "DeviceMotionEvent", | 7 "DeviceMotionEvent": "DeviceMotionEvent", |
8 "DeviceOrientationEvent": "DeviceOrientationEvent", | 8 "DeviceOrientationEvent": "DeviceOrientationEvent", |
9 "DragEvent": "DragEvent", | 9 "DragEvent": "DragEvent", |
10 "ErrorEvent": "ErrorEvent", | 10 "ErrorEvent": "ErrorEvent", |
(...skipping 16 matching lines...) Expand all Loading... |
27 "SVGZoomEvents": "SVGZoomEvent", | 27 "SVGZoomEvents": "SVGZoomEvent", |
28 "TextEvent": "CompositionEvent", | 28 "TextEvent": "CompositionEvent", |
29 "TouchEvent": "TouchEvent", | 29 "TouchEvent": "TouchEvent", |
30 "TrackEvent": "TrackEvent", | 30 "TrackEvent": "TrackEvent", |
31 "TransitionEvent": "TransitionEvent", | 31 "TransitionEvent": "TransitionEvent", |
32 "UIEvent": "UIEvent", | 32 "UIEvent": "UIEvent", |
33 "UIEvents": "UIEvent", | 33 "UIEvents": "UIEvent", |
34 "WebGLContextEvent": "WebGLContextEvent", | 34 "WebGLContextEvent": "WebGLContextEvent", |
35 "WheelEvent": "WheelEvent", | 35 "WheelEvent": "WheelEvent", |
36 }; | 36 }; |
OLD | NEW |