aboutsummaryrefslogtreecommitdiff
path: root/routes/index.js
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-22 05:24:40 +0000
committerHumairAK <humair88@hotmail.com>2016-07-22 05:24:40 +0000
commit070153f4555e16d44e538e305f85eb0552e9044e (patch)
treebd956bc68097351e327b532615ba951beeb7eebf /routes/index.js
parentdcde34904acf5722a19559bb06052061723c2110 (diff)
Minor change to add_user
Diffstat (limited to 'routes/index.js')
-rw-r--r--routes/index.js1
1 files changed, 0 insertions, 1 deletions
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.
*/