()
| 196 | __extends(TestComponent, _super); |
| 197 | |
| 198 | function TestComponent() { |
| 199 | return TestComponent.__super__.constructor.apply(this, arguments); |
| 200 | } |
| 201 | |
| 202 | TestComponent.prototype.foo = function() { |
| 203 | if (this.triggerEvent('foo')) { |
nothing calls this directly
no outgoing calls
no test coverage detected