diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-22 05:24:40 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-22 05:24:40 +0000 |
| commit | 070153f4555e16d44e538e305f85eb0552e9044e (patch) | |
| tree | bd956bc68097351e327b532615ba951beeb7eebf /routes | |
| parent | dcde34904acf5722a19559bb06052061723c2110 (diff) | |
Minor change to add_user
Diffstat (limited to 'routes')
| -rw-r--r-- | routes/index.js | 1 |
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. */ |
