aboutsummaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-22 05:26:45 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-22 05:26:45 +0000
commite12c4639ce6ad2bd1333ee0f0ae07f12c1db2e73 (patch)
tree29c7f762d59b516999906d45858d501d3cb4d49c /routes
parent3633294462061923979bd97bbd27127b29e28468 (diff)
parent070153f4555e16d44e538e305f85eb0552e9044e (diff)
merged
Diffstat (limited to 'routes')
-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.
*/