From 1d9d306bcaf9170f04e6ed1747f0a6a9f2e887a5 Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Thu, 13 Dec 2007 18:25:41 +0000 Subject: [PATCH] made some minor @see tag changes to please the new jsdoc-toolkit based docs --- core/Date.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/Date.js b/core/Date.js index 043b4796..eadc2b85 100644 --- a/core/Date.js +++ b/core/Date.js @@ -40,6 +40,7 @@ Date.ISOFORMAT = "yyyy-MM-dd'T'HH:mm:ss'Z'"; * @param Object Java Locale Object (optional) * @param Object Java TimeZone Object (optional) * @return String formatted Date + * @see http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html */ Date.prototype.format = function (format, locale, timezone) { if (!format) @@ -90,7 +91,8 @@ Date.prototype.diff = function(dateObj) { * @return Object containing properties: * .isFuture = (Boolean) * .span = (String) timespan - * @see Date.prototype.getAge, Date.prototype.getExpiry + * @see Date.prototype.getAge + * @see Date.prototype.getExpiry */ Date.prototype.getTimespan = function(param) { if (!param)