Skip to content

Commit

Permalink
Merge pull request #2958 from camptocamp/cleanup
Browse files Browse the repository at this point in the history
Add some missing goog.require
  • Loading branch information
fredj committed Oct 6, 2017
2 parents e5bfbb6 + 122b1d3 commit 2f93fde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/d3-ext/profile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
goog.provide('ngeo.profile');

goog.require('goog.asserts');
goog.require('ol.obj');


/**
* Provides a D3js component to be used to draw an elevation
Expand Down
1 change: 1 addition & 0 deletions src/directives/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ goog.provide('ngeo.mapDirective');
goog.require('goog.asserts');
goog.require('ngeo');
goog.require('ngeo.SyncDataSourcesMap');
goog.require('ol.events');
goog.require('ol.Map');


Expand Down
1 change: 1 addition & 0 deletions src/services/layerHelper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
goog.provide('ngeo.LayerHelper');

goog.require('ngeo');
goog.require('goog.asserts');
goog.require('ol.Collection');
goog.require('ol.array');
goog.require('ol.format.WMTSCapabilities');
Expand Down

0 comments on commit 2f93fde

Please sign in to comment.