From 070153f4555e16d44e538e305f85eb0552e9044e Mon Sep 17 00:00:00 2001 From: HumairAK Date: Fri, 22 Jul 2016 01:24:40 -0400 Subject: Minor change to add_user --- routes/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'routes') diff --git a/routes/index.js b/routes/index.js index f44b175..b6db0ca 100644 --- a/routes/index.js +++ b/routes/index.js @@ -211,7 +211,6 @@ function toProperCase(string) { return string.replace(/\w\S*/g, function(txt){return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase();}); } - /* Takes an input string delimited by commas, will split by comma and trim white * spaces. Consider callback. */ -- cgit v1.2.3