modify wrong changelog date
[platform/framework/web/web-ui-fw.git] / libs / patch / 0033-JQM-Support-accessibility-for-page.patch
1 From 599c0b39fc2cbbc5977f3b489e8f4c5a739a8c96 Mon Sep 17 00:00:00 2001
2 From: Wonseop Kim <wonseop.kim@samsung.com>
3 Date: Sat, 16 Mar 2013 17:39:55 +0900
4 Subject: [PATCH] JQM: Support accessibility for page
5
6 ---
7  libs/js/jquery-mobile-1.2.0/js/widgets/page.js |    1 -
8  1 file changed, 1 deletion(-)
9
10 diff --git a/libs/js/jquery-mobile-1.2.0/js/widgets/page.js b/libs/js/jquery-mobile-1.2.0/js/widgets/page.js
11 index 4e67469..55701bc 100644
12 --- a/libs/js/jquery-mobile-1.2.0/js/widgets/page.js
13 +++ b/libs/js/jquery-mobile-1.2.0/js/widgets/page.js
14 @@ -24,7 +24,6 @@ $.widget( "mobile.page", $.mobile.widget, {
15                 }
16  
17                 self.element
18 -                       .attr( "tabindex", "0" )
19                         .addClass( "ui-page ui-body-" + self.options.theme )
20                         .bind( "pagebeforehide", function() {
21                                 self.removeContainerBackground();
22 -- 
23 1.7.9.5
24