Fix dangling comma of death in data.js
This commit is contained in:
parent
4ae7234736
commit
72bb9dfe28
|
@ -93,7 +93,7 @@ jQuery.extend({
|
|||
|
||||
if( fn !== undefined )
|
||||
fn.call(elem, function() { jQuery(elem).dequeue(type); });
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
jQuery.fn.extend({
|
||||
|
|
Loading…
Reference in a new issue