Skip to content

Commit bd2ed74

Browse files
committed
Added documentation to first two options
1 parent 40b71d7 commit bd2ed74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.listable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
$.widget( "ui.listable", $.ui.mouse, {
1616
// Options to be used as defaults
1717
options: {
18-
'add' : true,
19-
'add_after' : true,
18+
'add' : true, // Broken but should enable adding list items
19+
'add_after' : true, // Maybe Broken. Might need to be changed to default false and to set adding new items at the top of the list
2020
'add_image' : '/javascripts/listable/images/add.png',
2121
'auto_build' : true,
2222
'connectWith' : '',

0 commit comments

Comments
 (0)