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