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