(event, modelName)
| 1059 | } |
| 1060 | |
| 1061 | function handleModelTagClick(event, modelName) { |
| 1062 | event.stopPropagation(); |
| 1063 | toggleModelSelection(event, modelName); |
| 1064 | } |
| 1065 | |
| 1066 | function handleDateClick(event, dateText) { |
| 1067 | event.stopPropagation(); |
nothing calls this directly
no test coverage detected