Merge pull request #3375 from vyrotek/patch-1
Fixed AjaxAdapter's super constructor call
This commit is contained in:
commit
fdb2b6aaf2
1 changed files with 1 additions and 1 deletions
2
src/js/select2/data/ajax.js
vendored
2
src/js/select2/data/ajax.js
vendored
|
@ -10,7 +10,7 @@ define([
|
|||
this.processResults = this.ajaxOptions.processResults;
|
||||
}
|
||||
|
||||
ArrayAdapter.__super__.constructor.call(this, $element, options);
|
||||
AjaxAdapter.__super__.constructor.call(this, $element, options);
|
||||
}
|
||||
|
||||
Utils.Extend(AjaxAdapter, ArrayAdapter);
|
||||
|
|
Loading…
Add table
Reference in a new issue