* Create a native element from a virtual element.
(entityId, path)
| 460 | */ |
| 461 | |
| 462 | function toNativeEmptyElement (entityId, path) { |
| 463 | var el = document.createElement('noscript') |
| 464 | el.__entity__ = entityId |
| 465 | el.__path__ = path |
| 466 | return el |
| 467 | } |
| 468 | |
| 469 | /** |
| 470 | * Create a native element from a component. |