From b16780764c7ffb76688ebb1bd0f372fce2e5d235 Mon Sep 17 00:00:00 2001 From: Lukasz Lipinski Date: Fri, 27 Apr 2012 14:09:00 +0300 Subject: target variable is already defined --- tests/jquery.simulate.js | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/jquery.simulate.js b/tests/jquery.simulate.js index a85ca6ef3..2dae34c28 100644 --- a/tests/jquery.simulate.js +++ b/tests/jquery.simulate.js @@ -243,7 +243,6 @@ $.extend( $.simulate.prototype, { y = Math.floor( center.y ), dx = options.dx || 0, dy = options.dy || 0, - target = this.target, coord = { clientX: x, clientY: y }; this.simulateEvent( target, "mousedown", coord ); coord = { clientX: x + 1, clientY: y + 1 }; -- cgit v1.2.3