Revert "[checkboxradio] exception handling for input"
[platform/framework/web/web-ui-fw.git] / libs / patch / 0006-JQM-remove-filter-Placeholder-of-listview.patch
1 From 35f745aec67a96f74d48acba51ae2ec7b6f21ff9 Mon Sep 17 00:00:00 2001
2 From: Minkyu Kang <mk7.kang@samsung.com>
3 Date: Mon, 26 Nov 2012 19:45:26 +0900
4 Subject: [PATCH] JQM: remove filter Placeholder of listview
5
6 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
7 ---
8  .../js/widgets/listview.filter.js                  |    2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/libs/js/jquery-mobile-1.2.0/js/widgets/listview.filter.js b/libs/js/jquery-mobile-1.2.0/js/widgets/listview.filter.js
12 index 447d354..0774615 100644
13 --- a/libs/js/jquery-mobile-1.2.0/js/widgets/listview.filter.js
14 +++ b/libs/js/jquery-mobile-1.2.0/js/widgets/listview.filter.js
15 @@ -9,7 +9,7 @@ define( [ "jquery", "./listview", "./forms/textinput" ], function( $ ) {
16  (function( $, undefined ) {
17  
18  $.mobile.listview.prototype.options.filter = false;
19 -$.mobile.listview.prototype.options.filterPlaceholder = "Filter items...";
20 +$.mobile.listview.prototype.options.filterPlaceholder = "";
21  $.mobile.listview.prototype.options.filterTheme = "c";
22  // TODO rename callback/deprecate and default to the item itself as the first argument
23  var defaultFilterCallback = function( text, searchValue, item ) {
24 -- 
25 1.7.9.5
26