no change: Comment on last checkin of this file should have said bug 92540 instead of 92386

This commit is contained in:
morse%netscape.com 2001-08-01 04:15:23 +00:00
parent 920ad4ed81
commit 25eb0a92d4

View File

@ -566,3 +566,4 @@ function TrimString(string)
if (!string) return "";
return string.replace(/(^\s+)|(\s+$)/g, '')
}