Give proper attribution to inventor of thousandsSeparator Regex in JS
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 9 May 2013 23:19:54 +0000 (01:19 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 9 May 2013 23:19:54 +0000 (01:19 +0200)
wcfsetup/install/files/js/WCF.js

index 93aa0174e4d17f24fc6af8220741b980e8e2bb6e..9b9d79f497fa42e4e2185c5713e4720d6d5c410d 100755 (executable)
@@ -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
         */