From d443ea72ca246fc5b89c33956a2efed3fb901a2b Mon Sep 17 00:00:00 2001 From: karolyi Date: Sun, 31 Mar 2013 18:00:47 -0700 Subject: [PATCH] Updated How does it work (markdown) --- How-does-it-work.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-does-it-work.md b/How-does-it-work.md index 3ce9b5e..6c98aa7 100644 --- a/How-does-it-work.md +++ b/How-does-it-work.md @@ -9,7 +9,7 @@ The slight difference is, the selector lasso helper can't be pulled outside of t # Initializing selectableScroll on the container -3. Initialize the selectable on the parent container of selectables (which is mostly a scrollable div). Options are the same to the original ui-selectable, extended with these (copied from source): +3. Initialize the selectable on the parent container of selectables (the scrollable element). Options are the same to the original ui-selectable, extended with these (copied from source): ``` scrollSnapX: 5, // When the selection is that pixels near to the top/bottom edges, start to scroll scrollSnapY: 5, // When the selection is that pixels near to the side edges, start to scroll