mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
target variable is already defined
This commit is contained in:
parent
7ceb7e974f
commit
b16780764c
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user