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:
48a19e7
)
Removed obsolete function
author
Marcel Werk
<burntime@woltlab.com>
Sun, 4 Nov 2012 22:06:56 +0000
(23:06 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Sun, 4 Nov 2012 22:06:56 +0000
(23:06 +0100)
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 1f4947fbfe770850617cffeb25f928c61e0cb21c..ad4ed0d6f06c756ee9b2de4650779e508bcbb64b 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-125,16
+125,6
@@
$.extend(true, {
}
return $length;
- },
-
- /**
- * Quotes regular expression characters.
- *
- * @param string string
- * @return string
- */
- wcfEscapeRegExp: function(string) {
- return string.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
}
});