Skip to main content

Bug Tracker

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 Tom Freudenb comment:1

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;
    };

Changed May 24, 2008 06:15PM UTC by flesler comment:2

milestone: 1.21.3
owner: → john

Changed February 05, 2010 08:28PM UTC by john comment:3

resolution: → invalid
status: newclosed

Please file plugin bugs with the appropriate author on their bug tracker.