scrollview: Fix not selector to respond with jQuery1.8.2
authorYoumin Ha <youmin.ha@samsung.com>
Thu, 17 Jan 2013 08:05:54 +0000 (17:05 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Thu, 17 Jan 2013 08:50:22 +0000 (17:50 +0900)
commitcbcb97e4ec2bb3e9498c9d6ce3a8353972c55513
treebaae33b3deebe011abd137e4557ec4250c3f13f4
parentc50b7ea78a56ef908c3eae16eda07eb21c5288da
scrollview: Fix not selector to respond with jQuery1.8.2

jQuery1.8.2 does not accept ":not" selector, so the selector is
replaced with $.not() function.

Change-Id: I6b878d75a23d78e7756eca21acccfaa146f309ca
src/widgets/common/js/jquery.mobile.tizen.scrollview.js