comments fixes for docs

This commit is contained in:
vitalets
2012-11-25 13:32:39 +04:00
parent 0487380535
commit 69628f131d
4 changed files with 7 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
/**
Checklist input. Internally value stored as array.
List of checkboxes. Internally value stored as javascript array.
@class checklist
@extends list
@final
@example
<a href="#" id="status" data-type="checklist" data-pk="1" data-url="/post" data-original-title="Select options"></a>
<a href="#" id="options" data-type="checklist" data-pk="1" data-url="/post" data-original-title="Select options"></a>
<script>
$(function(){
$('#options').editable({
@@ -122,7 +122,7 @@ $(function(){
@property viewseparator
@type string
@default ', '
@default '<br>'
**/
viewseparator: '<br>',
/**