X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fdata.js;h=079cf99d54e7221ab4b3c3dec626885eee822871;hb=255068da33e3d131b3a641c041fb8cecb1543fa4;hp=f4dad16366d7f0aa0f68ecb2aead2beb6beb4a76;hpb=a5efe9d3a6074ea39f677fdf21132badb0644bd3;p=jquery.git diff --git a/src/data.js b/src/data.js index f4dad16..079cf99 100644 --- a/src/data.js +++ b/src/data.js @@ -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){