#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
Note: See
TracTickets for help on using
tickets.
That line doesn't need a var statement because the variable is already privately declared/introduced through the arguments of the function.