fix eclipse warning
This commit is contained in:
parent
5bba53ef7d
commit
7f8c2f9dbf
|
@ -39,7 +39,7 @@ cah.log = {};
|
||||||
* @param {string}
|
* @param {string}
|
||||||
* text Text to display for this message. Text is added as a TextNode, so HTML is properly
|
* text Text to display for this message. Text is added as a TextNode, so HTML is properly
|
||||||
* escaped automatically.
|
* escaped automatically.
|
||||||
* @param {?string}
|
* @param {string}
|
||||||
* opt_class Optional CSS class to use for this message.
|
* opt_class Optional CSS class to use for this message.
|
||||||
*/
|
*/
|
||||||
cah.log.status = function(text, opt_class) {
|
cah.log.status = function(text, opt_class) {
|
||||||
|
|
Loading…
Reference in New Issue