X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fdata.js;h=079cf99d54e7221ab4b3c3dec626885eee822871;hb=6e5a6a26a7d802b3abdc32d3b49f4936d1f63cd7;hp=f4dad16366d7f0aa0f68ecb2aead2beb6beb4a76;hpb=ddb86f8d5bd1bd21b2beeeea55baf505b47dfed5;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){