Skip to content

Commit

Permalink
doc: loadDelay -> loadThrottle
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Nov 7, 2013
1 parent acb48e6 commit 7f66496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selectize.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ $.extend(Selectize.prototype, {
* Invokes the user-provide option provider / loader.
*
* Note: this function is debounced in the Selectize
* constructor (by `settings.loadDelay` milliseconds)
* constructor (by `settings.loadThrottle` milliseconds)
*
* @param {string} value
*/
Expand Down

0 comments on commit 7f66496

Please sign in to comment.