forked from Botanical/BotanJS
Fixed resolver incorrectly stripping class names
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
, visualizer = function ( submitted, override )
|
||||
{
|
||||
|
||||
var id, stage = this.stage;
|
||||
var id, title, stage = this.stage;
|
||||
|
||||
if( override )
|
||||
{
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
|
||||
, visualizer = function ( submitted, override )
|
||||
{
|
||||
var hash, _obj, stage = this.stage;
|
||||
var hash, preferred, _obj, stage = this.stage;
|
||||
|
||||
if( override )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user