Fix dangling comma of death in data.js

This commit is contained in:
Yehuda Katz 2009-07-13 19:24:44 +00:00
parent 4ae7234736
commit 72bb9dfe28

View file

@ -93,7 +93,7 @@ jQuery.extend({
if( fn !== undefined )
fn.call(elem, function() { jQuery(elem).dequeue(type); });
},
}
});
jQuery.fn.extend({