()
| 47 | |
| 48 | class DateTimeTreema extends TreemaNode.nodeMap.string { |
| 49 | static initClass () { |
| 50 | this.prototype.valueClass = 'treema-date-time' |
| 51 | } |
| 52 | |
| 53 | buildValueForDisplay (el, data) { |
| 54 | if (/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun)/.test(data)) { |
nothing calls this directly
no outgoing calls
no test coverage detected