Skip to content

Commit

Permalink
Credits fix, see #275
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Mar 1, 2017
1 parent 30401bf commit 5a6bd91
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions js/make-a-ten-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ define( function( require ) {
var simOptions = {
credits: {
leadDesign: 'Beth Stade, Amanda McGarry',
softwareDevelopment: 'Jonathan Olson',
softwareDevelopment: 'Jonathan Olson, Sharfudeen Ashraf',
team: 'Ariel Paul, Kathy Perkins',
graphicArts: 'Amanda McGarry',
qualityAssurance: 'Steele Dalton, Ethan Johnson, Ben Roberts, Bryce Griebenow',
thanks: 'Thanks to Mobile Learner Labs for working with the PhET development team\n' +
'to convert this simulation to HTML5.'
qualityAssurance: 'Steele Dalton, Ethan Johnson, Ben Roberts, Bryce Griebenow'
}
};

Expand Down

0 comments on commit 5a6bd91

Please sign in to comment.