From 5bc50003709f395455268a24fff994e514e46c8e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Nov 2011 12:28:30 +0800 Subject: [PATCH] JSDOC/Log.js --- JSDOC/Log.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/JSDOC/Log.js b/JSDOC/Log.js index 4373b0d..bb2c4ea 100644 --- a/JSDOC/Log.js +++ b/JSDOC/Log.js @@ -2,12 +2,11 @@ * @class Log * @namespace JSDOC * - * Standard Logging.. + * Standard Logging.. * @scope JSDOC + * @static */ - - - + Log = { warn : function(str) { -- 2.39.2