From 62206243a99de0cbafffb07b707b5536accdfad8 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Tue, 20 May 2014 12:34:14 +0300 Subject: [PATCH] Selectmenu: Missing comma in variable declaration Fixes gh-7405 --- demos/selectmenu-custom-filter/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/selectmenu-custom-filter/index.php b/demos/selectmenu-custom-filter/index.php index a5a370f9b7b..71f9f9f7362 100644 --- a/demos/selectmenu-custom-filter/index.php +++ b/demos/selectmenu-custom-filter/index.php @@ -19,7 +19,7 @@ // input field before the list to be used for a filter. .on( "listviewcreate", "#filter-menu-menu,#title-filter-menu-menu", function( event ) { var input, - list = $( event.target ) + list = $( event.target ), form = list.jqmData( "filter-form" ); // We store the generated form in a variable attached to the popup so we avoid creating a