container anim option default to false instead of fast - looks better

This commit is contained in:
vitalets
2013-03-06 21:38:46 +04:00
parent 7533a0cc72
commit f4a5a548e1

@ -427,9 +427,9 @@ Applied as jQuery method.
Animation speed (inline mode) Animation speed (inline mode)
@property anim @property anim
@type string @type string
@default 'fast' @default false
**/ **/
anim: 'fast', anim: false,
/** /**
Mode of editable, can be `popup` or `inline` Mode of editable, can be `popup` or `inline`