Skip to content
This repository was archived by the owner on Jul 2, 2018. It is now read-only.

Commit 998f4be

Browse files
committed
Fixed small bug in demo
1 parent d80d6df commit 998f4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$(function() {
1313

1414
$("#ac1").autocomplete('search.php', {
15-
minChars: 3,
15+
minChars: 3
1616
});
1717

1818
$("#flush").click(function() {

0 commit comments

Comments
 (0)