MCPcopy Index your code
hub / github.com/select2/select2 / ArrayAdapter

Function ArrayAdapter

src/js/select2/data/array.js:6–10  ·  view source on GitHub ↗
($element, options)

Source from the content-addressed store, hash-verified

4 'jquery'
5], function (SelectAdapter, Utils, $) {
6 function ArrayAdapter ($element, options) {
7 this._dataToConvert = options.get('data') || [];
8
9 ArrayAdapter.__super__.constructor.call(this, $element, options);
10 }
11
12 Utils.Extend(ArrayAdapter, SelectAdapter);
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…