Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#4299 closed bug (notabug)

Missing var statement in ui.draggable.js (line 383)

Reported by: h3 Owned by:
Priority: minor Milestone:
Component: ui.draggable Version: 1.7
Keywords: Cc:
Blocked by: Blocking:

Description

Correct me if I'm wrong, but it seems a var statement is missing at line 383.

http://code.google.com/p/jquery-ui/source/browse/trunk/ui/ui.draggable.js#383

Change History (2)

comment:1 Changed 14 years ago by paul

Resolution: invalid
Status: newclosed

That line doesn't need a var statement because the variable is already privately declared/introduced through the arguments of the function.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.