Skip to content

Commit f032fa6

Browse files
committed
Merge pull request jquery#641 from lukaszlipinski/master
simulate: Removed duplicated variable declaration
2 parents 7ceb7e9 + b167807 commit f032fa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/jquery.simulate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ $.extend( $.simulate.prototype, {
243243
y = Math.floor( center.y ),
244244
dx = options.dx || 0,
245245
dy = options.dy || 0,
246-
target = this.target,
247246
coord = { clientX: x, clientY: y };
248247
this.simulateEvent( target, "mousedown", coord );
249248
coord = { clientX: x + 1, clientY: y + 1 };

0 commit comments

Comments
 (0)