* Minor reformat of Jsdoc comment.
This commit is contained in:
parent
68db756b0e
commit
db03770c72
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue