projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9e6c5a
)
Give proper attribution to inventor of thousandsSeparator Regex in JS
author
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 9 May 2013 23:19:54 +0000
(
01:19
+0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 9 May 2013 23:19:54 +0000
(
01:19
+0200)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 93aa0174e4d17f24fc6af8220741b980e8e2bb6e..9b9d79f497fa42e4e2185c5713e4720d6d5c410d 100755
(executable)
--- 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
*/