www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7f40d696a459858126885e87f153a00c17136741
parent 89cf0c72359fb9bc40840a9dc523c6504ea24184
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  6 Sep 2006 04:48:13 +0000

more useful comments in utilities.js


Diffstat:
Mchrome/chromeFiles/content/scholar/xpcom/utilities.js | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/chrome/chromeFiles/content/scholar/xpcom/utilities.js b/chrome/chromeFiles/content/scholar/xpcom/utilities.js @@ -13,15 +13,11 @@ Scholar.Utilities.prototype.debug = function(msg) { } /* - * Converts a JavaScript date object to an SQL-style date + * See Scholar.Date */ Scholar.Utilities.prototype.formatDate = function(date) { return Scholar.Date.formatDate(date); } - -/* - * Converts a JavaScript date object to an SQL-style date - */ Scholar.Utilities.prototype.strToDate = function(date) { return Scholar.Date.strToDate(date); }