Skip to content

Commit

Permalink
Use correct script name for modern demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 authored and midzer committed Jul 5, 2021
1 parent 4121463 commit 782edc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/modern.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h1>


<script type="module">
import Tobii from '../dist/tobii.modern.js'
import Tobii from '../dist/tobii.module.js'

//prepare manual executions
let manual = document.getElementById('manual')
Expand Down

0 comments on commit 782edc7

Please sign in to comment.