comments for docs

This commit is contained in:
vitalets
2013-01-07 12:33:12 +04:00
parent 9db8b9c60d
commit 5ac48f3fd8
8 changed files with 42 additions and 21 deletions

View File

@@ -129,16 +129,16 @@ $(function(){
/**
@property inputclass
@type string
@default
@default null
**/
inputclass: '',
inputclass: null,
/**
Separator of values when reading from 'data-value' string
Separator of values when reading from `data-value` attribute
@property separator
@type string
@default ', '
@default ','
**/
separator: ','
});