chore(Rest) new RegExp -> RegExp

This commit is contained in:
coderaiser 2015-06-09 09:23:44 -04:00
parent 6a41110288
commit 5f22fc64cb

View file

@ -60,7 +60,7 @@
apiURL = CloudFunc.apiURL;
name = ponse.getPathName(request);
regExp = new RegExp('^' + apiURL),
regExp = RegExp('^' + apiURL),
is = regExp.test(name);
if (!is) {