Skip to content

Commit

Permalink
Run grunt update, see phetsims/chipper#1148
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 19, 2021
1 parent fa2d6eb commit ef2c17e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 15 deletions.
14 changes: 0 additions & 14 deletions js/trigTourStrings.js

This file was deleted.

36 changes: 36 additions & 0 deletions js/trigTourStrings.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
// Copyright 2020-2021, University of Colorado Boulder

/**
* Auto-generated from modulify, DO NOT manually modify.
*/
/* eslint-disable */
import getStringModule from '../../chipper/js/getStringModule.js';
import trigTour from './trigTour.js';

type StringsType = {
'trig-tour': {
'title': string
},
'angle': string,
'cos': string,
'degrees': string,
'grid': string,
'labels': string,
'rads': string,
'radians': string,
'sin': string,
'specialAngles': string,
'tan': string,
'x': string,
'y': string,
'values': string,
'vs': string,
'valueUnitPattern': string,
'numberPiPattern': string
};

const trigTourStrings = getStringModule( 'TRIG_TOUR' ) as StringsType;

trigTour.register( 'trigTourStrings', trigTourStrings );

export default trigTourStrings;
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( 'js/trig-tour-main.js', 'module' );
window.phet.chipper.loadModules = () => loadURL( '../chipper/dist/trig-tour/js/trig-tour-main.js', 'module' );
</script>
</body>
</html>

0 comments on commit ef2c17e

Please sign in to comment.