fastscroll: add a routine for finding a substitution divider
authorWoosung Sohn <woosungim.sohn@samsung.com>
Wed, 29 May 2013 06:38:58 +0000 (15:38 +0900)
committerhc7.choi <hc7choi@hc7.choi>
Fri, 31 May 2013 09:02:56 +0000 (18:02 +0900)
commited379fc310b39cc35014aed0df970fc1bb9838d3
treeb98de888d137db1a810973983c64027e3757a9d1
parent180b6af06a4bf534892f89a417defbc18d77d80a
fastscroll: add a routine for finding a substitution divider

Currently when a user selects a string index in a fastscroll,
and if there's no group divider matched with that index in a
listview, the fastscroll just does nothing.
This patch adds a routine for finding the closest group divider
as a subsititution in that circumstance.

Change-Id: I0c9b9f0994e687a1cc1c7f97f820114d8c0dd541
src/js/widgets/jquery.mobile.tizen.fastscroll.js