X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fswipe%2Fjs%2Fjquery.mobile.tizen.swipe.js;h=776667ddf597a75d746202db4e01e356c2aeb759;hb=7e64e1780dd8f40528017724fbb8ebd94ee9f45b;hp=0bbfacf37aac6028ceaf37135329bbebac0502b1;hpb=49951de8bccbdaa0915ca7c5622d5e30d4371f70;p=platform%2Fframework%2Fweb%2Fweb-ui-fw.git diff --git a/src/widgets/swipe/js/jquery.mobile.tizen.swipe.js b/src/widgets/swipe/js/jquery.mobile.tizen.swipe.js index 0bbfacf..776667d 100644 --- a/src/widgets/swipe/js/jquery.mobile.tizen.swipe.js +++ b/src/widgets/swipe/js/jquery.mobile.tizen.swipe.js @@ -32,7 +32,7 @@ * Hyunjung Kim */ -// Widget which turns a list into a "swipe": +// Widget which turns a html element into a "swipe": // i.e. each list item has a sliding "cover" which can be swiped // to the right (to reveal buttons underneath) or left (to // cover the buttons again). Clicking on a button under a swipe @@ -54,11 +54,11 @@ /** @class Swipe - The swipe widget shows a list view on the screen where the list items can be swiped vertically to show a menu. - To add a swipe list widget to the application, use the following code: + The swipe widget shows a view on the screen where the items can be swiped vertically to show a menu. + To add a swipe widget to the application, use the following code: -