(thangCollection)
| 45 | } |
| 46 | |
| 47 | onThangsLoaded (thangCollection) { |
| 48 | return this.processThangs() |
| 49 | } |
| 50 | |
| 51 | processThangs () { |
| 52 | this.processedThangs = this.thangs.filter(_elem => // Case-insensitive search of input vs name. |
nothing calls this directly
no test coverage detected