forked from Botanical/BotanJS
		
	Attempt to reduce the amount of closure warnings
This commit is contained in:
		@@ -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} */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user