|
@@ -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);
|