Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 201d2d1

Browse files
committed
Bump script version
1 parent 5a0b789 commit 201d2d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jquery.tokeninput.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* jQuery Plugin: Tokenizing Autocomplete Text Entry
3-
* Version 1.5.0
3+
* Version 1.6.0
44
*
55
* Copyright (c) 2009 James Smith (http://loopj.com)
66
* Licensed jointly under the GPL and MIT licenses,
@@ -12,12 +12,12 @@
1212
// Default settings
1313
var DEFAULT_SETTINGS = {
1414
// Search settings
15-
propertyToSearch: "name",
1615
method: "GET",
1716
contentType: "json",
1817
queryParam: "q",
1918
searchDelay: 300,
2019
minChars: 1,
20+
propertyToSearch: "name",
2121
jsonContainer: null,
2222

2323
// Display settings

0 commit comments

Comments
 (0)