Permalink
Browse files
Fix dangling comma of death in data.js
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/data.js
|
@@ -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