Skip to content

Commit

Permalink
Fixed regression #20.
Browse files Browse the repository at this point in the history
Partially reverting 6eab6cb
  • Loading branch information
thvitt committed Nov 25, 2016
1 parent 8c4effc commit e82cb1c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ if(window.Faust === undefined) {

'ex' : { vc: function(){return new FaustTranscript.InlineViewComponent();}},

'expan' : { vc: function(){}},
'expan' : { vc: function(){return new FaustTranscript.InlineViewComponent();}},

'gap': {
vc: function(node, text, layoutState) {
Expand Down

0 comments on commit e82cb1c

Please sign in to comment.