Skip to content

Commit

Permalink
Fixed patch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 14, 2018
1 parent b59d5d5 commit 78cac1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ if (window.Faust === undefined) {

'surface': {
vc: function (node, text, layoutState) {
if (node.data()['type'] = 'patch')
if (node.data()['type'] === 'patch')
return new FaustTranscript.Patch();
else
return new FaustTranscript.Surface();
Expand Down

0 comments on commit 78cac1f

Please sign in to comment.