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 comment:1
Changed November 18, 2008 01:46AM UTC by comment:2
| owner: | paul → scott.gonzalez |
|---|---|
| priority: | major → blocker |
| status: | new → assigned |
Already fixed in progressbar.
Changed November 18, 2008 01:55AM UTC by comment:3
| resolution: | → fixed |
|---|---|
| status: | assigned → closed |
| type: | enhancement → bug |
Fixed in r951.
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.