b0f0b85c2b860981d835471b74d44ef10b4f0486
[platform/framework/web/web-ui-fw.git] / libs / patch / jqm-1.1.0 / 0009-JQM-change-button-hoverDelay-to-0-to-improve-respons.patch
1 From b4ca5396f3d90e5f7ce05fba7f4d4182a6921e4b Mon Sep 17 00:00:00 2001
2 From: wongi11.lee <wongi11.lee@samsung.com>
3 Date: Mon, 2 Jul 2012 16:01:35 +0900
4 Subject: [PATCH] JQM change button hoverDelay to 0 to improve response.
5
6 Change-Id: Ie37bc90d86a94a2ea48819386a76fe976b91aa79
7 Signed-off-by: wongi11.lee <wongi11.lee@samsung.com>
8 ---
9  .../jquery-mobile-1.1.0/js/jquery.mobile.core.js   |    2 +-
10  1 files changed, 1 insertions(+), 1 deletions(-)
11
12 diff --git a/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.core.js b/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.core.js
13 index 7bde672..9007c36 100644
14 --- a/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.core.js
15 +++ b/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.core.js
16 @@ -87,7 +87,7 @@ define( [ "jquery", "../external/requirejs/text!../version.txt", "./jquery.mobil
17                 orientationChangeEnabled: true,
18  
19                 buttonMarkup: {
20 -                       hoverDelay: 200
21 +                       hoverDelay: 0
22                 },
23  
24                 // TODO might be useful upstream in jquery itself ?
25 -- 
26 1.7.0.4
27