mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 09:15:19 +00:00
This commit is contained in:
parent
fe0885dd6a
commit
d1dbcf52fc
@ -15254,7 +15254,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||||||
*/
|
*/
|
||||||
events: {
|
events: {
|
||||||
touchstart : 'touchStart',
|
touchstart : 'touchStart',
|
||||||
touchmove : 'touchMove',
|
// touchmove : 'touchMove',
|
||||||
touchend : 'touchEnd',
|
touchend : 'touchEnd',
|
||||||
touchcancel : 'touchCancel',
|
touchcancel : 'touchCancel',
|
||||||
keydown : 'keyDown',
|
keydown : 'keyDown',
|
||||||
@ -15265,7 +15265,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||||||
contextmenu : 'contextMenu',
|
contextmenu : 'contextMenu',
|
||||||
click : 'click',
|
click : 'click',
|
||||||
dblclick : 'doubleClick',
|
dblclick : 'doubleClick',
|
||||||
mousemove : 'mouseMove',
|
// mousemove : 'mouseMove',
|
||||||
focusin : 'focusIn',
|
focusin : 'focusIn',
|
||||||
focusout : 'focusOut',
|
focusout : 'focusOut',
|
||||||
mouseenter : 'mouseEnter',
|
mouseenter : 'mouseEnter',
|
||||||
|
@ -15081,7 +15081,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||||||
*/
|
*/
|
||||||
events: {
|
events: {
|
||||||
touchstart : 'touchStart',
|
touchstart : 'touchStart',
|
||||||
touchmove : 'touchMove',
|
// touchmove : 'touchMove',
|
||||||
touchend : 'touchEnd',
|
touchend : 'touchEnd',
|
||||||
touchcancel : 'touchCancel',
|
touchcancel : 'touchCancel',
|
||||||
keydown : 'keyDown',
|
keydown : 'keyDown',
|
||||||
@ -15092,7 +15092,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||||||
contextmenu : 'contextMenu',
|
contextmenu : 'contextMenu',
|
||||||
click : 'click',
|
click : 'click',
|
||||||
dblclick : 'doubleClick',
|
dblclick : 'doubleClick',
|
||||||
mousemove : 'mouseMove',
|
// mousemove : 'mouseMove',
|
||||||
focusin : 'focusIn',
|
focusin : 'focusIn',
|
||||||
focusout : 'focusOut',
|
focusout : 'focusOut',
|
||||||
mouseenter : 'mouseEnter',
|
mouseenter : 'mouseEnter',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user