Copied starter Meteor App files.
Cut and paste of the BasicMeteorApp.
This commit is contained in:
3
imports/util/polyfills/regex.js
Normal file
3
imports/util/polyfills/regex.js
Normal file
@@ -0,0 +1,3 @@
|
||||
RegExp.escape = function(s) {
|
||||
return s.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
|
||||
};
|
||||
Reference in New Issue
Block a user