added missing semicolons
[jquery.git] / src / data.js
index f4dad16..079cf99 100644 (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){