Skip to content

Commit

Permalink
Remove unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Apr 3, 2019
1 parent 5b7c06b commit bcad51f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/misc/colorpickerComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,11 @@ const DEFAULT_COLORS = [
* @constructor
* @private
* @hidden
* @param {angular.IScope} $scope Directive scope.
* @param {JQuery} $element Element.
* @param {angular.IAttributes} $attrs Attributes.
* @ngInject
* @ngdoc controller
* @ngname NgeoScaleselectorController
*/
function Controller($scope, $element, $attrs) {
function Controller() {

/**
* The set of color
Expand Down

0 comments on commit bcad51f

Please sign in to comment.