JQM: adjust patch number
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 15 Jan 2013 04:54:05 +0000 (13:54 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 15 Jan 2013 07:26:05 +0000 (16:26 +0900)
renamed from 0026 to 0005

Change-Id: Iecd19e03e686ca066de0183bd390451ade51a9ec

libs/patch/0005-JQM-IME-hide-when-popup-is-closed.patch [moved from libs/patch/0026-JQM-IME-hide-when-popup-is-closed.patch with 96% similarity]
libs/patch/0020-JQM-Apply-tizen-style-context-popup.patch

@@ -14,7 +14,7 @@ diff --git a/libs/js/jquery-mobile-1.2.0/js/widgets/popup.js b/libs/js/jquery-mo
 index 87aeffb..f6efab9 100644
 --- a/libs/js/jquery-mobile-1.2.0/js/widgets/popup.js
 +++ b/libs/js/jquery-mobile-1.2.0/js/widgets/popup.js
-@@ -681,6 +681,9 @@ define( [ "jquery",
+@@ -635,6 +635,9 @@ define( [ "jquery",
  
                        this._isOpen = false;
  
index bdfe10b..e0fbc1c 100644 (file)
@@ -138,7 +138,7 @@ index de2af2c..6470bc4 100644
                        this._animate({
                                additionalCondition: true,
                                transition: transition,
-@@ -691,15 +737,42 @@ define( [ "jquery",
+@@ -694,15 +740,42 @@ define( [ "jquery",
                // what should be in _open. Seems to be "visual" vs "history" for now
                open: function( options ) {
                        var self = this, opts = this.options, url, hashkey, activePage, currentIsDialog, hasHash, urlHistory;