forked from Botanical/BotanJS
Attempt to reduce the amount of closure warnings
This commit is contained in:
parent
cc3ec05fb9
commit
f0ab1a5d21
@ -1,5 +1,4 @@
|
|||||||
/** @constructor */
|
/** @constructor */
|
||||||
SyntaxHighlighter = {};
|
|
||||||
Libraries.SyntaxHighlighter = function (){};
|
Libraries.SyntaxHighlighter = function (){};
|
||||||
|
|
||||||
/** @type {Function} */
|
/** @type {Function} */
|
||||||
@ -17,6 +16,8 @@ Libraries.SyntaxHighlighter.brushes;
|
|||||||
/** @type {Object} */
|
/** @type {Object} */
|
||||||
Libraries.SyntaxHighlighter.regexLib;
|
Libraries.SyntaxHighlighter.regexLib;
|
||||||
|
|
||||||
|
/** @constructor */
|
||||||
|
var SyntaxHighlighter = {};
|
||||||
/** @type {RegExp} */
|
/** @type {RegExp} */
|
||||||
SyntaxHighlighter.regexLib.aspScriptTags
|
SyntaxHighlighter.regexLib.aspScriptTags
|
||||||
/** @type {RegExp} */
|
/** @type {RegExp} */
|
||||||
|
Loading…
Reference in New Issue
Block a user