added missing semicolons
This commit is contained in:
parent
a5efe9d3a6
commit
255068da33
2 changed files with 4 additions and 4 deletions
|
@ -163,7 +163,7 @@ jQuery.fn.extend({
|
|||
},
|
||||
dequeue: function(type){
|
||||
return this.each(function(){
|
||||
jQuery.dequeue( this, type )
|
||||
jQuery.dequeue( this, type );
|
||||
});
|
||||
},
|
||||
clearQueue: function(type){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue