JQM: Trim text in listitem to get index in autodivider
authorYoumin Ha <youmin.ha@samsung.com>
Thu, 24 Jan 2013 06:55:07 +0000 (15:55 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Thu, 24 Jan 2013 11:50:15 +0000 (20:50 +0900)
commitf159943f2359ce828aaa2a920943a3a4a20f6d37
tree44c832c5af783cfe765f9e1e0070065102c5710c
parent9be1b7e2c7f9b1a8bf7164a0bea2c3f494dd0793
JQM: Trim text in listitem to get index in autodivider

JQM autodivider uses $(li).text().slice(0,1) to get index of each
listitem, but it may have whitespaces in the beginning and
end. This patch trims those whitespaces from the text.

Change-Id: Id0cefd8413c91daeb1f2291164db8696ae1dad6e
libs/patch/0028-JQM-Trim-text-in-listitem-to-get-index-in-autodivide.patch [new file with mode: 0644]