Skip to content

Commit c47a660

Browse files
Merge branch 'doc-update' of https://github.com/cecilphillip/framework into cecilphillip-doc-update
2 parents c842e7a + 89686dd commit c47a660

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/aurelia.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ function preventActionlessFormSubmit() {
2121
* The framework core that provides the main Aurelia object.
2222
*/
2323
export class Aurelia {
24+
/**
25+
* The DOM Element that Aurelia will attach to.
26+
*/
27+
host: Element;
28+
/**
2429
/**
2530
* The loader used by the application.
2631
*/

0 commit comments

Comments
 (0)