* 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
* skins for non-active applications too
* @arg name
*/
* construct an application object so that we can use
* skins for non-active applications too
* @arg name
*/
function constructor(name) {
this.name = name;
}