forked from Botanical/BotanJS
Added AstXObject for dynamic class loading
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/** @type {Object} */
|
||||
_AstXObject_.AstroEdit.Visualizer.Snippet.Code = {};
|
||||
|
||||
_AstXObject_.AstroEdit.Visualizer.Snippet.Code.Override = {};
|
||||
/** @type String */
|
||||
_AstXObject_.AstroEdit.Visualizer.Snippet.Code.Override.inline;
|
||||
/** @type String */
|
||||
_AstXObject_.AstroEdit.Visualizer.Snippet.Code.Override.lang;
|
||||
/** @type String */
|
||||
_AstXObject_.AstroEdit.Visualizer.Snippet.Code.Override.value;
|
||||
@@ -0,0 +1,2 @@
|
||||
/** @type {Object} */
|
||||
_AstXObject_.AstroEdit.Visualizer.Snippet = {};
|
||||
@@ -0,0 +1,2 @@
|
||||
/** @type {Object} */
|
||||
_AstXObject_.AstroEdit.Visualizer = {};
|
||||
@@ -0,0 +1,2 @@
|
||||
/** @type {Object} */
|
||||
_AstXObject_.AstroEdit = {};
|
||||
@@ -0,0 +1,2 @@
|
||||
/** @type {Object} */
|
||||
_AstXObject_ = {};
|
||||
Reference in New Issue
Block a user