Skip to content

Commit 209939d

Browse files
author
Saul van der Walt
committed
more semantic example
1 parent 6dfa418 commit 209939d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/dataBinding.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ <h1>SuperModel.js Data Binding</h1>
5555
<article id=output></article>
5656
</main>
5757

58-
<script type="text/javascript">
59-
const input = document.querySelector('#txtarea')
60-
const output = document.querySelector('#txtdisplay')
58+
<script>
59+
const input = document.querySelector('#input')
60+
const output = document.querySelector('#output')
6161

6262
const model = SuperModel()
6363
model.sync.msg(input)

0 commit comments

Comments
 (0)