comments for docs

This commit is contained in:
vitalets
2012-11-30 19:27:23 +04:00
parent a62afc9180
commit 8df731036a
3 changed files with 9 additions and 9 deletions

@ -359,12 +359,12 @@ Applied as jQuery method.
**/
autohide: true,
/**
Action when user clicks outside the container. Can be <code>cancel|submit|ignore</code>
Setting <code>ignore</code> ignore allows to have several containers open.
Action when user clicks outside the container. Can be <code>cancel|submit|ignore</code>.
Setting <code>ignore</code> allows to have several containers open.
@property onblur
@type string
@default cancel
@default 'cancel'
**/
onblur: 'cancel'
};