* Minor reformat of Jsdoc comment.

This commit is contained in:
hns 2006-11-20 14:05:28 +00:00
parent 68db756b0e
commit db03770c72

View file

@ -1,8 +1,8 @@
/** /**
* construct an application object so that we can use * construct an application object so that we can use
* skins for non-active applications too * skins for non-active applications too
* @arg name * @arg name
*/ */
function constructor(name) { function constructor(name) {
this.name = name; this.name = name;
} }