mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Check classes passed for duplicates. Fixes #9499.
This commit is contained in:
4
src/effects.js
vendored
4
src/effects.js
vendored
@@ -15,8 +15,8 @@ var elemdisplay = {},
|
||||
],
|
||||
fxNow,
|
||||
requestAnimationFrame = window.webkitRequestAnimationFrame ||
|
||||
window.mozRequestAnimationFrame ||
|
||||
window.oRequestAnimationFrame;
|
||||
window.mozRequestAnimationFrame ||
|
||||
window.oRequestAnimationFrame;
|
||||
|
||||
jQuery.fn.extend({
|
||||
show: function( speed, easing, callback ) {
|
||||
|
||||
Reference in New Issue
Block a user