Skip to content

typo #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

typo #96

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entries/selectable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<option name="autoRefresh" type="Boolean" default="true" example-value='false'>
<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>
</option>
<option name="cancel" type="Selector" default='"input,textarea,button,select,option"' example-value='a,.cancel'>
<option name="cancel" type="Selector" default='"input,textarea,button,select,option"' example-value='"a,.cancel"'>
<desc>Prevents selecting if you start on elements matching the selector.</desc>
</option>
<option name="delay" type="Integer" default="0" example-value='150'>
Expand Down