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