From 99e4f43c6df0f0aeab3e46cd6d00ea30ecc2b089 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 15 Aug 2017 16:39:09 -0800 Subject: [PATCH] remove unnecessary newlines or replace with
, https://github.com/phetsims/joist/issues/435 --- js/pendulum-lab-main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/pendulum-lab-main.js b/js/pendulum-lab-main.js index da578fe..e3bde8f 100644 --- a/js/pendulum-lab-main.js +++ b/js/pendulum-lab-main.js @@ -24,8 +24,8 @@ define( function( require ) { softwareDevelopment: 'Jonathan Olson, Michael Dubson', team: 'Trish Loeblein, Ariel Paul, Kathy Perkins, Amy Rouinfar', qualityAssurance: 'Steele Dalton, Elise Morgan, Oliver Orejola, Bryan Yoelin', - thanks: 'Thanks to Mobile Learner Labs for working with the PhET development team\n' + - 'to convert this simulation to HTML5.' + thanks: 'Thanks to Mobile Learner Labs for working with the PhET development team to convert this ' + + 'simulation to HTML5.' } };