Popup: Apply tizen style popup and attribute support
[platform/framework/web/web-ui-fw.git] / libs / patch / jqm-1.1.0 / 0008-JQM-remove-auto-populated-right-arrow-button.patch
1 From c0960209ffd4540404d680331f54bdac872476ac Mon Sep 17 00:00:00 2001
2 From: wongi11.lee <wongi11.lee@samsung.com>
3 Date: Fri, 29 Jun 2012 14:25:03 +0900
4 Subject: [PATCH] JQM remove auto populated right-arrow button.
5
6 Change-Id: I57c6583aee484c8dedb4a49f12e9dfa2b1bf6b85
7 Signed-off-by: wongi11.lee <wongi11.lee@samsung.com>
8 ---
9  .../js/jquery.mobile.listview.js                   |    5 +++++
10  1 files changed, 5 insertions(+), 0 deletions(-)
11
12 diff --git a/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.listview.js b/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.listview.js
13 index f3fabfa..4ccdd73 100644
14 --- a/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.listview.js
15 +++ b/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.listview.js
16 @@ -188,6 +188,11 @@ $.widget( "mobile.listview", $.mobile.widget, {
17                                 if ( a.length ) {
18                                         icon = item.jqmData("icon");
19  
20 +                                       /* Remove auto populated right-arrow button. */
21 +                                       if ( icon === undefined ) {
22 +                                               icon = false;
23 +                                       }
24 +
25                                         item.buttonMarkup({
26                                                 wrapperEls: "div",
27                                                 shadow: false,
28 -- 
29 1.7.0.4
30