mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
we don't need these move events, they always get in the way of me profiling cause they flood the uis with event
This commit is contained in:
parent
384d743e7b
commit
875ee62d45
2 changed files with 4 additions and 4 deletions
|
@ -14676,7 +14676,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||
setup: function(addedEvents, rootElement) {
|
||||
var event, events = {
|
||||
touchstart : 'touchStart',
|
||||
touchmove : 'touchMove',
|
||||
// touchmove : 'touchMove',
|
||||
touchend : 'touchEnd',
|
||||
touchcancel : 'touchCancel',
|
||||
keydown : 'keyDown',
|
||||
|
@ -14687,7 +14687,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',
|
||||
|
|
|
@ -14509,7 +14509,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||
setup: function(addedEvents, rootElement) {
|
||||
var event, events = {
|
||||
touchstart : 'touchStart',
|
||||
touchmove : 'touchMove',
|
||||
// touchmove : 'touchMove',
|
||||
touchend : 'touchEnd',
|
||||
touchcancel : 'touchCancel',
|
||||
keydown : 'keyDown',
|
||||
|
@ -14520,7 +14520,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