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

Function UserDefinedType

tests/data/select-tests.js:525–532  ·  view source on GitHub ↗
(id, text)

Source from the content-addressed store, hash-verified

523 var $select = $('#qunit-fixture .user-defined'),
524
525 UserDefinedType = function (id, text) {
526 var self = this;
527
528 self.id = id;
529 self.text = text;
530
531 return self;
532 };
533
534 var testData = [
535 'Test',

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…