Fix syntax

This commit is contained in:
Javier Goizueta 2016-02-02 19:29:10 +01:00
parent a5070162c2
commit 870688309a

View File

@ -16,7 +16,7 @@ var rendererConfig = _.defaults(global.environment.renderer || {}, {
bufferSize: 64,
snapToGrid: false,
clipByBox2d: false,
limits: {},
limits: {}
},
http: {}
});