From 2d1b53d49994ec4c4fe1569d753be27f18507f62 Mon Sep 17 00:00:00 2001 From: samreid Date: Tue, 10 Dec 2019 15:26:11 -0700 Subject: [PATCH] Add issue for TODO, see https://github.com/phetsims/phetcommon/issues/49 and https://github.com/phetsims/tasks/issues/1017 --- js/analytics/google-analytics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/analytics/google-analytics.js b/js/analytics/google-analytics.js index 2c0688be..72cfb199 100644 --- a/js/analytics/google-analytics.js +++ b/js/analytics/google-analytics.js @@ -47,7 +47,7 @@ // Checks to see if this sim is embedded - phetsims/chipper#50 loadType = 'embedded'; } - // TODO Add additional conditions for tracking hits from the installer, etc. + // TODO Add additional conditions for tracking hits from the installer, etc. See https://github.com/phetsims/phetcommon/issues/49 else { loadType = 'default'; }