($element, options)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…