Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wissenbach committed Jan 31, 2018
1 parent 8411bfd commit 27dabc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg_rendering/page/js-gen/transcript-adhoc-tree.js
Expand Up @@ -222,7 +222,7 @@ if (window.Faust === undefined) {
vc.xmlId = xmlId;
}

// call 'start' callback before the construction of any view components
// call 'start' callback before the addition of children, but after adding to the layout tree

if (node.name().localName in Faust.TranscriptConfiguration.names) {
var nameHandler = Faust.TranscriptConfiguration.names[node.name().localName];
Expand Down

0 comments on commit 27dabc3

Please sign in to comment.