forked from Botanical/BotanJS
Fixed resolver incorrectly stripping class names
This commit is contained in:
@@ -103,8 +103,7 @@
|
||||
/* @type override {_AstXObject_.AstroEdit.Visualizer.Snippet.Code.Override} */
|
||||
, visualizer = function( submitted, override )
|
||||
{
|
||||
var lang, code, inline
|
||||
, stage = this.stage;
|
||||
var lang, code, inline, stage = this && this.stage;
|
||||
|
||||
if( override )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user