Search and Top Navigation
#1686 closed bug (fixed)
Opened September 19, 2007 07:37PM UTC
Closed September 20, 2007 03:14AM UTC
Last modified February 26, 2009 11:09AM UTC
UI noConflict compatibility
Reported by: | andreasc | Owned by: | rdworth |
---|---|---|---|
Priority: | minor | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | noConflict | Cc: | |
Blocked by: | Blocking: |
Description
$ grep "})($);" *.js
ui.draggable.js:})($);
ui.droppable.js:})($);
ui.magnifier.js:})($);
ui.mouse.js: })($);
ui.resizable.js:})($);
ui.shadow.js:})($);
ui.slider.js:})($);
ui.sortable.js: })($);
Shouldnt all plugins end with })(jQuery); so we can use them with noConflict?
Attachments (0)
Change History (4)
Changed September 20, 2007 03:09AM UTC by comment:1
owner: | → rworth |
---|
Changed September 20, 2007 03:14AM UTC by comment:2
keywords: | → noConflict |
---|---|
resolution: | → fixed |
status: | new → closed |
summary: | UI noConflict compability → UI noConflict compatibility |
Fixed - rev3403
Changed May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.2 |
---|
Milestone 1.2.2 deleted
Changed February 26, 2009 11:09AM UTC by comment:4
milestone: | → 1.5 |
---|