added missing semicolons

This commit is contained in:
Karl Swedberg 2009-11-28 03:31:28 +08:00 committed by John Resig
parent a5efe9d3a6
commit 255068da33
2 changed files with 4 additions and 4 deletions

View file

@ -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){