diff --git a/Application/functions.js b/Application/functions.js index a42865d0..52567b08 100644 --- a/Application/functions.js +++ b/Application/functions.js @@ -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; }