Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 6220624

Browse files
author
Gabriel Schulhof
committed
Selectmenu: Missing comma in variable declaration
Fixes gh-7405
1 parent 9cb1040 commit 6220624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/selectmenu-custom-filter/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// input field before the list to be used for a filter.
2020
.on( "listviewcreate", "#filter-menu-menu,#title-filter-menu-menu", function( event ) {
2121
var input,
22-
list = $( event.target )
22+
list = $( event.target ),
2323
form = list.jqmData( "filter-form" );
2424

2525
// We store the generated form in a variable attached to the popup so we avoid creating a

0 commit comments

Comments
 (0)