Bug 488122: Fix error in InputHandler.js, r=gavin

This commit is contained in:
Mark Finkle 2009-04-13 14:24:54 -04:00
Родитель 732f557cc5
Коммит a7a78df001
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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