Opened 15 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 1.2 → 1.3 |
---|---|
Owner: | set to john |
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please file plugin bugs with the appropriate author on their bug tracker.
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