mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
This commit is contained in:
parent
fe0885dd6a
commit
d1dbcf52fc
2 changed files with 4 additions and 4 deletions
|
@ -15254,7 +15254,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||
*/
|
||||
events: {
|
||||
touchstart : 'touchStart',
|
||||
touchmove : 'touchMove',
|
||||
// touchmove : 'touchMove',
|
||||
touchend : 'touchEnd',
|
||||
touchcancel : 'touchCancel',
|
||||
keydown : 'keyDown',
|
||||
|
@ -15265,7 +15265,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||
contextmenu : 'contextMenu',
|
||||
click : 'click',
|
||||
dblclick : 'doubleClick',
|
||||
mousemove : 'mouseMove',
|
||||
// mousemove : 'mouseMove',
|
||||
focusin : 'focusIn',
|
||||
focusout : 'focusOut',
|
||||
mouseenter : 'mouseEnter',
|
||||
|
|
|
@ -15081,7 +15081,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||
*/
|
||||
events: {
|
||||
touchstart : 'touchStart',
|
||||
touchmove : 'touchMove',
|
||||
// touchmove : 'touchMove',
|
||||
touchend : 'touchEnd',
|
||||
touchcancel : 'touchCancel',
|
||||
keydown : 'keyDown',
|
||||
|
@ -15092,7 +15092,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||
contextmenu : 'contextMenu',
|
||||
click : 'click',
|
||||
dblclick : 'doubleClick',
|
||||
mousemove : 'mouseMove',
|
||||
// mousemove : 'mouseMove',
|
||||
focusin : 'focusIn',
|
||||
focusout : 'focusOut',
|
||||
mouseenter : 'mouseEnter',
|
||||
|
|
Loading…
Reference in a new issue