mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
This commit is contained in:
parent
090ce4369d
commit
e220cf2a7d
2
ui/jquery.effects.core.js
vendored
2
ui/jquery.effects.core.js
vendored
@ -236,7 +236,7 @@ $.effects.animateClass = function(value, duration, easing, callback) {
|
||||
originalStyleAttr = that.attr('style') || ' ',
|
||||
originalStyle = filterStyles(getElementStyles.call(this)),
|
||||
newStyle,
|
||||
className = that.attr('class');
|
||||
className = that.attr('class') || "";
|
||||
|
||||
$.each(classAnimationActions, function(i, action) {
|
||||
if (value[action]) {
|
||||
|
Loading…
Reference in New Issue
Block a user