Skip to content

Commit

Permalink
Merge pull request #187 from sheerun/patch-1
Browse files Browse the repository at this point in the history
doc: loadDelay -> loadThrottle
  • Loading branch information
brianreavis committed Nov 14, 2013
2 parents 0b7af59 + 7f66496 commit e423b17
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 @@ -465,7 +465,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 e423b17

Please sign in to comment.