Skip to content

Commit

Permalink
Add issue for TODO, see #49 and phetsims/tasks#1017
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 10, 2019
1 parent cedfad0 commit 2d1b53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/analytics/google-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
Expand Down

0 comments on commit 2d1b53d

Please sign in to comment.