forked from Botanical/BotanJS
Added AstXObject for dynamic class loading
This commit is contained in:
parent
9ac3479008
commit
3fcb6e22d7
@ -100,6 +100,7 @@
|
||||
).show();
|
||||
}
|
||||
|
||||
/* @type override {_AstXObject_.AstroEdit.Visualizer.Snippet.Code.Override} */
|
||||
, visualizer = function( submitted, override )
|
||||
{
|
||||
var lang, code, inline
|
||||
|
@ -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 = {};
|
2
botanjs/src/externs/_AstXObject_.AstroEdit.Visualizer.js
Normal file
2
botanjs/src/externs/_AstXObject_.AstroEdit.Visualizer.js
Normal file
@ -0,0 +1,2 @@
|
||||
/** @type {Object} */
|
||||
_AstXObject_.AstroEdit.Visualizer = {};
|
2
botanjs/src/externs/_AstXObject_.AstroEdit.js
Normal file
2
botanjs/src/externs/_AstXObject_.AstroEdit.js
Normal file
@ -0,0 +1,2 @@
|
||||
/** @type {Object} */
|
||||
_AstXObject_.AstroEdit = {};
|
2
botanjs/src/externs/_AstXObject_.js
Normal file
2
botanjs/src/externs/_AstXObject_.js
Normal file
@ -0,0 +1,2 @@
|
||||
/** @type {Object} */
|
||||
_AstXObject_ = {};
|
Loading…
Reference in New Issue
Block a user