forked from Botanical/BotanJS
Fixed compiled snippet not working
This commit is contained in:
@@ -41,8 +41,7 @@
|
||||
|
||||
, visualizer = function( submitted, override )
|
||||
{
|
||||
|
||||
var mText, stage = this.stage;
|
||||
var mText, stage = this && this.stage;
|
||||
|
||||
mText = override ? unescapeStr( override.value ) : this.mText.value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user