From 6b29472a2aee3cb317a83e7b161833e7da3868da Mon Sep 17 00:00:00 2001 From: Nicholas Kinsey Date: Wed, 30 Jan 2013 18:14:48 +1000 Subject: [PATCH] typo `a,.cancel` should be quoted i.e. ```html ``` becomes ```html ``` --- entries/selectable.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/selectable.xml b/entries/selectable.xml index 1bf12935..9e870dda 100644 --- a/entries/selectable.xml +++ b/entries/selectable.xml @@ -21,7 +21,7 @@ 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 refresh() method manually. - + Prevents selecting if you start on elements matching the selector.
refresh()