Skip to content

Commit e423b17

Browse files
committed
Merge pull request selectize#187 from sheerun/patch-1
doc: loadDelay -> loadThrottle
2 parents 0b7af59 + 7f66496 commit e423b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/selectize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ $.extend(Selectize.prototype, {
465465
* Invokes the user-provide option provider / loader.
466466
*
467467
* Note: this function is debounced in the Selectize
468-
* constructor (by `settings.loadDelay` milliseconds)
468+
* constructor (by `settings.loadThrottle` milliseconds)
469469
*
470470
* @param {string} value
471471
*/

0 commit comments

Comments
 (0)