зеркало из https://github.com/mozilla/pjs.git
Bug 488122: Fix error in InputHandler.js, r=gavin
This commit is contained in:
Родитель
732f557cc5
Коммит
a7a78df001
|
@ -209,7 +209,7 @@ DragData.prototype = {
|
|||
|
||||
lockAxis: function lockAxis(sX, sY) {
|
||||
if (this.alreadyLocked)
|
||||
return lockMouseMove(sX, sY);
|
||||
return this.lockMouseMove(sX, sY);
|
||||
|
||||
// look at difference from stored coord to lock movement, but only
|
||||
// do it if initial movement is sufficient to detect intent
|
||||
|
|
Загрузка…
Ссылка в новой задаче