From d50c6c6dc3f14671c8bf3913dba1cdca907b6a78 Mon Sep 17 00:00:00 2001 From: xavijam Date: Fri, 14 Feb 2014 13:12:52 +0100 Subject: [PATCH] close #144 - removed unnecessary comma --- config/environments/development.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.js.example b/config/environments/development.js.example index ea870444..12b22978 100644 --- a/config/environments/development.js.example +++ b/config/environments/development.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