From f6f8d9399f68f65d57daa519e3ce1af7117d9802 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Sun, 15 Nov 2015 21:58:18 -0700 Subject: [PATCH] #186 doc --- js/cartoon/module/CartoonModeList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cartoon/module/CartoonModeList.js b/js/cartoon/module/CartoonModeList.js index 7412da1e..54cba284 100644 --- a/js/cartoon/module/CartoonModeList.js +++ b/js/cartoon/module/CartoonModeList.js @@ -31,7 +31,7 @@ define( function( require ) { /* * Have to artificially scale up the time readout so that SunEarthMode and SunEarthMoonMode modes have a stable - * orbits with correct periods since masses are nonphysical + * orbits with correct periods since masses are nonphysical. 365 is days in a year. */ var SUN_EARTH_MODE_TIME_SCALE = 365.0 / 334.0;