mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 12:17:55 -05:00
Fix dangling comma of death in data.js
This commit is contained in:
@@ -93,7 +93,7 @@ jQuery.extend({
|
||||
|
||||
if( fn !== undefined )
|
||||
fn.call(elem, function() { jQuery(elem).dequeue(type); });
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
jQuery.fn.extend({
|
||||
|
||||
Reference in New Issue
Block a user