Skip to content

Commit

Permalink
Remove unused require
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher committed Mar 14, 2018
1 parent 6e6fe63 commit 8b09db6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/map/Backgroundlayermgr.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ goog.provide('ngeo.map.BackgroundLayerMgr');
goog.require('goog.asserts');
goog.require('ngeo');
goog.require('ngeo.CustomEvent');
goog.require('ngeo.map.LayerHelper');
goog.require('ol');
goog.require('ol.Observable');
goog.require('ol.layer.Group');
Expand Down
2 changes: 0 additions & 2 deletions test/spec/services/backgroundlayermgr.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ goog.require('ol.Collection');
goog.require('ol.Map');
goog.require('ol.layer.Group');
goog.require('ol.layer.Tile');
goog.require('ngeo.map.BackgroundLayerMgr');
goog.require('ngeo.map.LayerHelper');

describe('ngeo.map.BackgroundLayerMgr', () => {
let ngeoBackgroundLayerMgr;
Expand Down

0 comments on commit 8b09db6

Please sign in to comment.