Side navigation
#2932 closed bug (invalid)
Opened May 24, 2008 03:19PM UTC
Closed February 05, 2010 08:28PM UTC
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;
};
Attachments (0)
Change History (3)
Changed May 24, 2008 03:40PM UTC by comment:1
Changed May 24, 2008 06:15PM UTC by comment:2
milestone: | 1.2 → 1.3 |
---|---|
owner: | → john |
Changed February 05, 2010 08:28PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Please file plugin bugs with the appropriate author on their bug tracker.
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