From: tjhunt Date: Thu, 5 Mar 2009 03:35:13 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6a2084067d172980f8ca940d9b499cb72709887c;p=moodle.git Fix comment. --- diff --git a/lib/javascript-static.js b/lib/javascript-static.js index db921e740e..efb68c660f 100644 --- a/lib/javascript-static.js +++ b/lib/javascript-static.js @@ -656,7 +656,7 @@ function collapsible_region(id, userpref, strtooltip) { /** * The user preference that stores the state of this box. - * @property userpref, innerdiv, captiondiv + * @property userpref * @type String */ collapsible_region.prototype.userpref = null;