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 */
|
||||
SyntaxHighlighter = {};
|
||||
Libraries.SyntaxHighlighter = function (){};
|
||||
|
||||
/** @type {Function} */
|
||||
@ -17,6 +16,8 @@ Libraries.SyntaxHighlighter.brushes;
|
||||
/** @type {Object} */
|
||||
Libraries.SyntaxHighlighter.regexLib;
|
||||
|
||||
/** @constructor */
|
||||
var SyntaxHighlighter = {};
|
||||
/** @type {RegExp} */
|
||||
SyntaxHighlighter.regexLib.aspScriptTags
|
||||
/** @type {RegExp} */
|
||||
|
Loading…
Reference in New Issue
Block a user