Skip to content
Permalink
Browse files
Fix dangling comma of death in data.js
  • Loading branch information
wycats committed Jul 13, 2009
1 parent 4ae7234 commit 72bb9df
Showing 1 changed file with 1 addition and 1 deletion.
@@ -93,7 +93,7 @@ jQuery.extend({

if( fn !== undefined )
fn.call(elem, function() { jQuery(elem).dequeue(type); });
},
}
});

jQuery.fn.extend({

0 comments on commit 72bb9df

Please sign in to comment.