Initial commit. Modified the Meteor todos app to create the Petit Teton data tracking app. Has working data for sales. Requires a Mongo database.
This commit is contained in:
3
imports/util/regex.js
Normal file
3
imports/util/regex.js
Normal file
@@ -0,0 +1,3 @@
|
||||
RegExp.escape = function(s) {
|
||||
return s.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
|
||||
};
|
||||
Reference in New Issue
Block a user