()
| 6 | var Utils = require('select2/utils'); |
| 7 | |
| 8 | function StubData () { |
| 9 | this.called = false; |
| 10 | } |
| 11 | |
| 12 | StubData.prototype.query = function (params, callback) { |
| 13 | this.called = true; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…