please jshint line to long
This commit is contained in:
@@ -152,7 +152,11 @@ function prepareAdapterMapConfig (mapConfigAdapter) {
|
||||
}
|
||||
};
|
||||
|
||||
mapConfigAdapter.getMapConfig(user, requestMapConfig, params, context, (err, requestMapConfig, stats = { overviewsUsed : false}) => {
|
||||
mapConfigAdapter.getMapConfig(user,
|
||||
requestMapConfig,
|
||||
params,
|
||||
context,
|
||||
(err, requestMapConfig, stats = { overviewsUsed : false }) => {
|
||||
req.profiler.done('anonymous.getMapConfig');
|
||||
req.profiler.add(stats);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user