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