Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
apercas committed May 23, 2016
1 parent 38213e6 commit fbf91f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/assets/javascripts/map/presenters/LegendPresenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ define([
defaults: {
layerSpec: null,
threshold: null,
minrange: null,
maxrange: null
}
});

Expand Down Expand Up @@ -85,8 +83,6 @@ define([
var categories = this.status.get('layerSpec').getLayersByCategory(),
options = {
threshold: this.status.get('threshold'),
minrange: this.status.get('minrange'),
maxrange: this.status.get('maxrange'),
},
geographic = !! this.status.get('layerSpec').attributes.geographic_coverage;

Expand Down

0 comments on commit fbf91f1

Please sign in to comment.