Skip to content

Commit

Permalink
add QA credits, #70
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 4, 2017
1 parent 2f423ff commit 002f67f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/ohms-law-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ define( function( require ) {
var SimLauncher = require( 'JOIST/SimLauncher' );
var Sim = require( 'JOIST/Sim' );
var OhmsLawScreen = require( 'OHMS_LAW/ohms-law/OhmsLawScreen' );
var OhmsLawKeyboardHelpContent = require( 'OHMS_LAW/ohms-law/view/OhmsLawKeyboardHelpContent');
var OhmsLawKeyboardHelpContent = require( 'OHMS_LAW/ohms-law/view/OhmsLawKeyboardHelpContent' );
var Tandem = require( 'TANDEM/Tandem' );

// strings
Expand All @@ -29,6 +29,7 @@ define( function( require ) {
leadDesign: 'Michael Dubson',
softwareDevelopment: 'Michael Dubson, John Blanco',
team: 'Mindy Gratny, Ariel Paul',
qualityAssurance: 'Steele Dalton, Bryce Griebenow, Elise Morgan, Oliver Orejola, Benjamin Roberts, Bryan Yoelin',
thanks: 'Thanks to Mobile Learner Labs for working with the PhET development team\nto convert this simulation to HTML5.'
},
keyboardHelpNode: keyboardHelpContent
Expand Down

0 comments on commit 002f67f

Please sign in to comment.