commit f0ab1a5d21324d8fbac9c687c6fcee4f93c0d734
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2022-08-02T15:34:37Z |
| subject | Attempt to reduce the amount of closure warnings |
commit f0ab1a5d21324d8fbac9c687c6fcee4f93c0d734
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2022-08-02T15:34:37Z
Attempt to reduce the amount of closure warnings
---
botanjs/src/externs/Libraries.SyntaxHighLighter.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/botanjs/src/externs/Libraries.SyntaxHighLighter.js b/botanjs/src/externs/Libraries.SyntaxHighLighter.js
index e17140a..8b0d6b4 100644
--- a/botanjs/src/externs/Libraries.SyntaxHighLighter.js
+++ b/botanjs/src/externs/Libraries.SyntaxHighLighter.js
@@ -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} */