|
|
@ -363,7 +363,9 @@ $.fn.transition = function() { |
|
|
|
|
|
|
|
save: { |
|
|
|
displayType: function(displayType) { |
|
|
|
$module.data(metadata.displayType, displayType); |
|
|
|
if(displayType !== 'none') { |
|
|
|
$module.data(metadata.displayType, displayType); |
|
|
|
} |
|
|
|
}, |
|
|
|
transitionExists: function(animation, exists) { |
|
|
|
$.fn.transition.exists[animation] = exists; |
|
|
|