Skip to content

Commit 4479060

Browse files
save file
1 parent 50333f2 commit 4479060

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

html-components/html-components.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,8 @@ <h3>
522522
<code>
523523
mod.stack[]
524524
</code>
525-
is an array of functions that get run when the component.js library has finished initialising.
525+
is an array of functions that get run when the component.js library has finished initialising. Also an init function will
526+
automatically be called.
526527
</p>
527528
<p>
528529
The trouble with this approach is that as web pages and components get more complex, they start relyng on co-depencies,
@@ -553,6 +554,8 @@ <h3>
553554

554555
<br>
555556
<br>
557+
558+
<hr>
556559
<hr>
557560

558561
<div>

0 commit comments

Comments
 (0)