Attempt to reduce the amount of closure warnings

This commit is contained in:
斟酌 鵬兄 2022-08-03 00:34:37 +09:00
parent cc3ec05fb9
commit f0ab1a5d21

View File

@ -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} */