mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Merge pull request #8706 from hupfis/master
Fix ajax-field 'quietMillis' to 'delay'.
This commit is contained in:
@@ -102,7 +102,7 @@ $("#e7").select2({
|
||||
ajax: {
|
||||
url: "http://api.rottentomatoes.com/api/public/v1.0/movies.json",
|
||||
dataType: 'jsonp',
|
||||
quietMillis: 100,
|
||||
delay: 100,
|
||||
data: function (term, page) {
|
||||
return {
|
||||
q: term,
|
||||
|
||||
Reference in New Issue
Block a user