Skip to content

Commit

Permalink
support runnables that aren't sims (no bad-sim-text), phetsims/chippe…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 7, 2023
1 parent 8c9917b commit 0894316
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arithmetic_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


<script type="text/javascript">
/*eslint-disable quotes, quote-props*/
/*eslint-disable quotes, quote-props, bad-sim-text*/

window.phet = window.phet || {};
window.phet.chipper = window.phet.chipper || {};
Expand Down Expand Up @@ -149,7 +149,6 @@

// Module loading in compilation-free (development) mode will be kicked off once strings are loaded.
// This is done in load-unbuilt-strings.js
// eslint-disable-next-line bad-sim-text
window.phet.chipper.loadModules = () => loadURL( '../chipper/dist/js/arithmetic/js/arithmetic-main.js', 'module' );
</script>
</body>
Expand Down

0 comments on commit 0894316

Please sign in to comment.