]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix the RegExpEscape definition 10908/head
authorDaniel Ruf <daniel@daniel-ruf.de>
Sat, 3 Feb 2018 23:49:55 +0000 (00:49 +0100)
committerDaniel Ruf <daniel@daniel-ruf.de>
Sat, 3 Feb 2018 23:49:55 +0000 (00:49 +0100)
js/entries/foundation.js

index 5b5becec5ab7f5ceb0006de7940ec28fed5234bd..cc312ad183a7bd1a212a11dceb5c1e7b23f517ee 100644 (file)
@@ -40,7 +40,7 @@ Foundation.addToJquery($);
 Foundation.rtl = CoreUtils.rtl;
 Foundation.GetYoDigits = CoreUtils.GetYoDigits;
 Foundation.transitionend = CoreUtils.transitionend;
-Foundation.RegExpEscape = RegExpEscape;
+Foundation.RegExpEscape = CoreUtils.RegExpEscape;
 
 Foundation.Box = Box;
 Foundation.onImagesLoaded = onImagesLoaded;