Skip to content

Commit

Permalink
Moved require.config i18n call to query-parameter.js, see #16
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 6, 2013
1 parent 1ee951c commit 679d8d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ohms-law.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@

<!--Load the desired strings-->
<script type="text/javascript" src="../phetcommon/js/util/query-parameters.js"></script>
<script type="text/javascript">
require.config( {config: { i18n: { locale: window.phetcommon.getQueryParameter('locale') } }} );
</script>

<div id='canvasContainer'>
<canvas id='canvas' width='1000' height='640'>Canvas not supported.</canvas>
Expand Down

0 comments on commit 679d8d4

Please sign in to comment.