bug 458741: unbreak panning r=bcombee

This commit is contained in:
Taras Glek 2009-03-02 10:51:31 -08:00
parent 195330709e
commit 6f7ab6c7e1

View File

@ -491,6 +491,8 @@ ContentPanningModule.prototype = {
this._owner.grab(this);
ws.dragStart(sX, sY);
Browser.canvasBrowser.prepareForPanning();
// set the kinetic start time
this._kineticData.lastTime = Date.now();
},