From 8e323a6c0700a9d19f503d448c8e2adf8e6e48e3 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 14 Feb 2014 16:08:32 +0100 Subject: [PATCH] Remove more commas (see previous commit) --- config/environments/production.js.example | 2 +- config/environments/staging.js.example | 2 +- config/environments/test.js.example | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/environments/production.js.example b/config/environments/production.js.example index 55ad0c02..11a8c9c8 100644 --- a/config/environments/production.js.example +++ b/config/environments/production.js.example @@ -30,7 +30,7 @@ var config = { // or template instance map expires. Or: how long do you want // to be able to navigate the map without a reload ? // Defaults to 7200 (2 hours) - ,mapConfigTTL: 7200, + ,mapConfigTTL: 7200 // idle socket timeout, in miliseconds ,socket_timeout: 600000 ,enable_cors: true diff --git a/config/environments/staging.js.example b/config/environments/staging.js.example index 5d54f500..d56a6895 100644 --- a/config/environments/staging.js.example +++ b/config/environments/staging.js.example @@ -30,7 +30,7 @@ var config = { // or template instance map expires. Or: how long do you want // to be able to navigate the map without a reload ? // Defaults to 7200 (2 hours) - ,mapConfigTTL: 7200, + ,mapConfigTTL: 7200 // idle socket timeout, in miliseconds ,socket_timeout: 600000 ,enable_cors: true diff --git a/config/environments/test.js.example b/config/environments/test.js.example index 7bf14152..0774821f 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -30,7 +30,7 @@ var config = { // or template instance map expires. Or: how long do you want // to be able to navigate the map without a reload ? // Defaults to 7200 (2 hours) - ,mapConfigTTL: 7200, + ,mapConfigTTL: 7200 // idle socket timeout, in miliseconds ,socket_timeout: 600000 ,enable_cors: true