Skip to content

Commit

Permalink
begin updates to GFL help content, phetsims/gravity-force-lab#139
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 30, 2019
1 parent 9981586 commit 05cbecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gravity-force-lab-basics-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define( require => {
const gravityForceLabBasicsTitleString = require( 'string!GRAVITY_FORCE_LAB_BASICS/gravity-force-lab-basics.title' );

const keyboardHelpContent = new GravityForceLabKeyboardHelpContent( {
omitChangeMassSmallSteps: true // in basics, there is no way to change the mass in smaller steps
isBasics: true // in basics, there is no way to change the mass in smaller steps
} );

const simOptions = {
Expand Down

0 comments on commit 05cbecb

Please sign in to comment.