* convenience shortcut * @param {String} value * @returns {Neo.component.Base|null}
(value)
| 1336 | * @returns {Neo.component.Base|null} |
| 1337 | */ |
| 1338 | getReference(value) { |
| 1339 | return this.down({reference: value}) |
| 1340 | } |
| 1341 | |
| 1342 | /** |
| 1343 | * Walks up the vdom tree and returns the closest theme found |
no test coverage detected