(elt)
| 225 | } |
| 226 | |
| 227 | getHyperscriptFeatures(elt) { |
| 228 | var data = this.getInternalData(elt); |
| 229 | if (!data.features) { |
| 230 | data.features = {}; |
| 231 | } |
| 232 | return data.features; |
| 233 | } |
| 234 | |
| 235 | addFeatures(owner, ctx) { |
| 236 | if (owner) { |
no test coverage detected