From: Marcel Werk Date: Sun, 4 Nov 2012 22:06:56 +0000 (+0100) Subject: Removed obsolete function X-Git-Tag: 2.0.0_Beta_1~819 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f9dad358138723a54781a9a57606a649955f2af9;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete function --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 1f4947fbfe..ad4ed0d6f0 100755 --- 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, '\\$&'); } });