From db03770c72355c174b52fd0d5f77ceda137c55b7 Mon Sep 17 00:00:00 2001 From: hns Date: Mon, 20 Nov 2006 14:05:28 +0000 Subject: [PATCH] * Minor reformat of Jsdoc comment. --- Application/functions.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }