fix jshint

This commit is contained in:
Raul Ochoa 2015-07-06 02:08:56 +02:00
parent 7fc403425d
commit 8e4e458a2a

View File

@ -14,7 +14,7 @@ function NamedMapsController(app, serverOptions, templateMaps, metadataBackend,
this.mapBackend = mapBackend;
this.templateBaseUrl = templateBaseUrl;
this.surrogateKeysCache = surrogateKeysCache;
this.layergroupRequestDecorator = layergroupRequestDecorator
this.layergroupRequestDecorator = layergroupRequestDecorator;
}
module.exports = NamedMapsController;