fix jsdoc

This commit is contained in:
Raul Ochoa 2015-07-04 23:20:12 +02:00
parent 9d6d3f96b2
commit ea6bb8dca3

View File

@ -5,7 +5,7 @@ var step = require('step');
/**
* @param app
* @param {MapBackend} mapBackend
* @param options
* @param layergroupRequestDecorator
* @constructor
*/
function MapController(app, mapBackend, layergroupRequestDecorator) {