From 5a6bd914f71f326ab46b2900d061c22c2ae6b4a4 Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Wed, 1 Mar 2017 14:08:42 -0700 Subject: [PATCH] Credits fix, see https://github.com/phetsims/make-a-ten/issues/275 --- js/make-a-ten-main.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/js/make-a-ten-main.js b/js/make-a-ten-main.js index c4d2acb..1f2d7b0 100644 --- a/js/make-a-ten-main.js +++ b/js/make-a-ten-main.js @@ -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' } };