Modify ↓
Ticket #2932 (closed bug: invalid)
compat-1.1.js - missing jQuery.dequeue function
| Reported by: | Tom Freudenberg | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.5 |
| Keywords: | compat-1.1.js jQuery.dequeue | Cc: | |
| Blocking: | Blocked by: |
Description
To complete this compatible plugin there should be also an alias to jQuery.dequeue. Please find attach a patch for the js file
diff output 50a (ppend)
jQuery.dequeue = function(){
var ret = jQuery.fn.dequeue( jQuery, arguments );
return ret;
};
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

To complete this compatible plugin there should be also an alias to jQuery.dequeue. Please find attach a patch for the js file
compat-1.1.js: append at line 50
jQuery.dequeue = function(){ var ret = jQuery.fn.dequeue( jQuery, arguments ); return ret; };