mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Update data naming for Effects. Partial fix for #7810
This commit is contained in:
parent
6d20d1463b
commit
45ca20fa33
2
ui/jquery.effects.core.js
vendored
2
ui/jquery.effects.core.js
vendored
@ -159,7 +159,7 @@ var classAnimationActions = [ "add", "remove", "toggle" ],
|
|||||||
padding: 1
|
padding: 1
|
||||||
},
|
},
|
||||||
// prefix used for storing data on .data()
|
// prefix used for storing data on .data()
|
||||||
dataSpace = "ec.storage.";
|
dataSpace = "ui-effects-";
|
||||||
|
|
||||||
$.each([ "borderLeftStyle", "borderRightStyle", "borderBottomStyle", "borderTopStyle" ], function( _, prop ) {
|
$.each([ "borderLeftStyle", "borderRightStyle", "borderBottomStyle", "borderTopStyle" ], function( _, prop ) {
|
||||||
$.fx.step[ prop ] = function( fx ) {
|
$.fx.step[ prop ] = function( fx ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user