Skip to content

Commit

Permalink
Run transpiled code from chipper/dist/js, see phetsims/chipper#1156
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 2, 2021
1 parent f907837 commit 7af1318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trig-tour_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

// Module loading in compilation-free (development) mode will be kicked off once strings are loaded.
// This is done in load-unbuilt-strings.js
window.phet.chipper.loadModules = () => loadURL( '../chipper/dist/trig-tour/js/trig-tour-main.js', 'module' );
window.phet.chipper.loadModules = () => loadURL( '../chipper/dist/js/trig-tour/js/trig-tour-main.js', 'module' );
</script>
</body>
</html>

0 comments on commit 7af1318

Please sign in to comment.