summaryrefslogtreecommitdiff
path: root/tools/timeline_editor/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/timeline_editor/index.html')
-rw-r--r--tools/timeline_editor/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/timeline_editor/index.html b/tools/timeline_editor/index.html
index 293a03f..96c2b17 100644
--- a/tools/timeline_editor/index.html
+++ b/tools/timeline_editor/index.html
@@ -281,6 +281,7 @@
const stats = document.getElementById('stats');
// Parser: demo.seq → JavaScript objects
+ // Format specification: doc/SEQUENCE.md
function parseSeqFile(content) {
const sequences = [];
const lines = content.split('\n');