Bug 509711: Too easy to click links on webpages, r=stuart

This commit is contained in:
Mark Finkle 2009-08-19 01:48:38 -04:00
parent f422773a79
commit bf18adb909

View File

@ -402,7 +402,7 @@ InputHandler.EventInfo.prototype = {
*/
function MouseModule(owner) {
this._owner = owner;
this._dragData = new DragData(this, 50, 200);
this._dragData = new DragData(this, 15, 200);
this._dragger = null;
this._clicker = null;