Bug Tracker

Ticket #1686 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

UI noConflict compatibility

Reported by: andreasc Assigned to: rworth
Type: bug Priority: minor
Milestone: 1.2.2 Component: ui
Version: 1.2.1 Keywords: noConflict
Cc: Needs: Review

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

Change History

Changed 1 year ago by rworth

  • owner set to rworth

Changed 1 year ago by rworth

  • keywords set to noConflict
  • status changed from new to closed
  • resolution set to fixed
  • summary changed from UI noConflict compability to UI noConflict compatibility

Fixed - rev3403

Note: See TracTickets for help on using tickets.