Skip to main content

Search and Top Navigation

#4299 closed bug (notabug)

Opened March 07, 2009 07:21PM UTC

Closed March 16, 2009 08:55AM UTC

Last modified October 11, 2012 09:15PM UTC

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

Attachments (0)
Change History (2)

Changed March 16, 2009 08:55AM UTC by paul comment:1

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.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted