bump ver 1.2.0

This commit is contained in:
vitalets
2012-12-05 14:14:40 +04:00
parent 308674a20d
commit 212d161f08
3 changed files with 5 additions and 4 deletions

@ -479,7 +479,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
@property scope
@type DOMElement|object
@default null
@since 1.1.2
@since 1.2.0
**/
scope: null,
/**
@ -488,7 +488,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
@property cancelnochange
@type boolean
@default true
@since 1.1.2
@since 1.2.0
**/
cancelnochange: true
};