зеркало из https://github.com/mozilla/pjs.git
Bug 487670: Cleanup errors in InputHandler.js, r=bcombee
This commit is contained in:
Родитель
2b8aadba15
Коммит
aabbede213
|
@ -318,7 +318,7 @@ ChromeInputModule.prototype = {
|
|||
[sX, sY] = dragData.lockMouseMove(sX, sY);
|
||||
if (this._targetScrollbox)
|
||||
this._targetScrollbox.scrollBy(dragData.sX - sX, dragData.sY - sY);
|
||||
this.setDragPosition(sX, sY);
|
||||
dragData.setDragPosition(sX, sY);
|
||||
},
|
||||
|
||||
_onMouseDown: function _onMouseDown(aEvent) {
|
||||
|
@ -402,7 +402,7 @@ ChromeInputModule.prototype = {
|
|||
if (!dragData.sX)
|
||||
dragData.setDragPosition(aEvent.screenX, aEvent.screenY);
|
||||
|
||||
let [sX, sY] = dragData.lockMouseMove(aEvent.screenX, aEvent.screenY);
|
||||
[sX, sY] = dragData.lockMouseMove(aEvent.screenX, aEvent.screenY);
|
||||
|
||||
dragData.detectEarlyDrag(sX, sY);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче