From 3be9193a3ea3b363f3326f6e67e56418159cffa7 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Thu, 21 May 2020 19:08:37 -0600 Subject: [PATCH] delete TODO for https://github.com/phetsims/joist/issues/424 --- js/common/view/SnapshotsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/view/SnapshotsDialog.js b/js/common/view/SnapshotsDialog.js index e60256c1..9f32de8e 100644 --- a/js/common/view/SnapshotsDialog.js +++ b/js/common/view/SnapshotsDialog.js @@ -55,7 +55,7 @@ class SnapshotsDialog extends Dialog { }; } - //TODO this never gets called because of https://github.com/phetsims/joist/issues/424#issuecomment-314214885 + //TODO verify whether this calls and whether it works correctly, because Dialog.dispose has been suspect /** * @public * @override