Skip to content

Commit

Permalink
Remove line break in param definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Jun 3, 2019
1 parent 35d3275 commit 30f519f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contribs/gmf/src/raster/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ module.directive('gmfElevation', rasterComponent);
* @hidden
* @param {!angular.IScope} $scope Scope.
* @param {!angular.IFilterService} $filter Angular filter.
* @param {!import("ngeo/misc/debounce.js").miscDebounce
* <function(import("ol/MapBrowserPointerEvent.js").default): void>} ngeoDebounce Ngeo debounce factory
* @param {!import("ngeo/misc/debounce.js").miscDebounce<function(import("ol/MapBrowserPointerEvent.js").default): void>} ngeoDebounce Ngeo debounce factory
* @param {!import("gmf/raster/RasterService.js").RasterService} gmfRaster Gmf Raster service
* @param {!angular.gettext.gettextCatalog} gettextCatalog Gettext catalog.
* @constructor
Expand Down

0 comments on commit 30f519f

Please sign in to comment.