From: Tim Düsterhus Date: Thu, 9 May 2013 23:19:54 +0000 (+0200) Subject: Give proper attribution to inventor of thousandsSeparator Regex in JS X-Git-Tag: 2.0.0_Beta_1~214^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2aebf1f579f68aab1a73c5d7d68521f60a1b671b;p=GitHub%2FWoltLab%2FWCF.git Give proper attribution to inventor of thousandsSeparator Regex in JS --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 93aa0174e4..9b9d79f497 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -3185,6 +3185,7 @@ WCF.String = { /** * Adds thousands separators to a given number. * + * @see http://stackoverflow.com/a/6502556/782822 * @param mixed number * @return string */