summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/viewer.actions.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/app/views/viewer/viewer.actions.js')
-rw-r--r--animism-align/frontend/app/views/viewer/viewer.actions.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/viewer.actions.js b/animism-align/frontend/app/views/viewer/viewer.actions.js
index 39aa9f8..ef98533 100644
--- a/animism-align/frontend/app/views/viewer/viewer.actions.js
+++ b/animism-align/frontend/app/views/viewer/viewer.actions.js
@@ -113,7 +113,6 @@ export const loadSections = () => dispatch => {
}
// build timeline of "cue" instructions, which tell elements to change
- // TODO: modify this to append these instructions to a list based on media_id, so we can grab it for the gallery
if (CUE_UTILITY_ANNOTATION_TYPES.has(annotation.type)) {
if (annotation.type === 'gallery_advance') {
annotation.settings.frame_index = parseInt(annotation.settings.frame_index)