Bug Tracker

Modify

Ticket #2932 (closed bug: invalid)

Opened 5 years ago

Last modified 3 years ago

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

comment:1 Changed 5 years ago by Tom Freudenb

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

comment:2 Changed 5 years ago by flesler

  • Owner set to john
  • Milestone changed from 1.2 to 1.3

comment:3 Changed 3 years ago by john

  • Status changed from new to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.