Skip to content

Commit

Permalink
Bump script version
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Aug 7, 2011
1 parent 5a0b789 commit 201d2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jquery.tokeninput.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* jQuery Plugin: Tokenizing Autocomplete Text Entry
* Version 1.5.0
* Version 1.6.0
*
* Copyright (c) 2009 James Smith (http://loopj.com)
* Licensed jointly under the GPL and MIT licenses,
Expand All @@ -12,12 +12,12 @@
// Default settings
var DEFAULT_SETTINGS = {
// Search settings
propertyToSearch: "name",
method: "GET",
contentType: "json",
queryParam: "q",
searchDelay: 300,
minChars: 1,
propertyToSearch: "name",
jsonContainer: null,

// Display settings
Expand Down

0 comments on commit 201d2d1

Please sign in to comment.