From 2aebf1f579f68aab1a73c5d7d68521f60a1b671b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 10 May 2013 01:19:54 +0200 Subject: [PATCH] Give proper attribution to inventor of thousandsSeparator Regex in JS --- wcfsetup/install/files/js/WCF.js | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.20.1