(time)
| 190 | } |
| 191 | |
| 192 | formatTime (time) { |
| 193 | if (time != null) { |
| 194 | return moment(time).format(HTML5_FMT_DATETIME_LOCAL) |
| 195 | } |
| 196 | return time |
| 197 | } |
| 198 | } |
| 199 | MainLadderView.initClass() |
| 200 | return MainLadderView |
nothing calls this directly
no outgoing calls
no test coverage detected