Scans the whole documents and runs all the script elements with type text/jsx. It is automatically attached to document.onload when Lilact is loaded.
text/jsx
If element src is set, it will be loaded via Lilact.require. If element has inner content, it will be executed via Lilact.run.
Lilact.require
Lilact.run
If both are present, first the src is loaded and then the inner content is executed.
Note that it won't detect such elements that are added after document.onload.
Scans the whole documents and runs all the script elements with type
text/jsx. It is automatically attached to document.onload when Lilact is loaded.If element src is set, it will be loaded via
Lilact.require. If element has inner content, it will be executed viaLilact.run.If both are present, first the src is loaded and then the inner content is executed.
Note that it won't detect such elements that are added after document.onload.