Skip to content

Commit 29caac5

Browse files
Nicholas Kinseyscottgonzalez
Nicholas Kinsey
authored andcommitted
Selectable: Adding missing quotes on string values.
1 parent b7ace1b commit 29caac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/selectable.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<option name="autoRefresh" type="Boolean" default="true" example-value='false'>
2222
<desc>This determines whether to refresh (recalculate) the position and size of each selectee at the beginning of each select operation. If you have many items, you may want to set this to false and call the <a href="#method-refresh"><code>refresh()</code></a> method manually.</desc>
2323
</option>
24-
<option name="cancel" type="Selector" default='"input,textarea,button,select,option"' example-value='a,.cancel'>
24+
<option name="cancel" type="Selector" default='"input,textarea,button,select,option"' example-value='"a,.cancel"'>
2525
<desc>Prevents selecting if you start on elements matching the selector.</desc>
2626
</option>
2727
<option name="delay" type="Integer" default="0" example-value='150'>
@@ -31,7 +31,7 @@
3131
<option name="distance" type="Number" default="0" example-value='30'>
3232
<desc>Tolerance, in pixels, for when selecting should start. If specified, selecting will not start until the mouse has been dragged beyond the specified distance.</desc>
3333
</option>
34-
<option name="filter" type="Selector" default='"*"' example-value='li'>
34+
<option name="filter" type="Selector" default='"*"' example-value='"li"'>
3535
<desc>The matching child elements will be made selectees (able to be selected).</desc>
3636
</option>
3737
<option name="tolerance" type="String" default='"touch"' example-value='"fit"'>

0 commit comments

Comments
 (0)