Skip to main content

Search and Top Navigation

#3596 closed bug (fixed)

Opened November 16, 2008 11:16PM UTC

Closed November 18, 2008 01:55AM UTC

Replace global jQuery with dollar sign

Reported by: vmx Owned by: scottgonzalez
Priority: blocker Milestone: 1.7
Component: ui.core Version: 1.6rc2
Keywords: Cc:
Blocked by: Blocking:
Description

Some files use "jQuery" instead of the dollar sign. This is a bad idea, as you loose the possibility to pass a custom jQuery object into the closures that surround the plugins.

It passes the test suite.

Attachments (1)
Change History (3)

Changed November 16, 2008 11:25PM UTC by vmx comment:1

I forgot to mention that I haven't fixed the datepicker as it contains so many references to "jQuery" in onclick attributes. Fixing that would need a major refactoring.

Changed November 18, 2008 01:46AM UTC by scottgonzalez comment:2

owner: paulscott.gonzalez
priority: majorblocker
status: newassigned

Already fixed in progressbar.

Changed November 18, 2008 01:55AM UTC by scottgonzalez comment:3

resolution: → fixed
status: assignedclosed
type: enhancementbug

Fixed in r951.