MCPcopy Create free account
hub / github.com/select2/select2 / SelectAdapter

Function SelectAdapter

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

Source from the content-addressed store, hash-verified

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

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…