Skip to content

Commit b167807

Browse files
target variable is already defined
1 parent 7ceb7e9 commit b167807

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)