Skip to content

Commit

Permalink
Merge pull request ngageoint#907 in WV/opensphere from ~SALANKEYJ/ope…
Browse files Browse the repository at this point in the history
…nsphere:add-missing-require to master

* commit 'e2ee76f75580f5f8554275ef599b310601dec9c6':
  fix(deps): adds missing require
  • Loading branch information
jsalankey committed Sep 4, 2019
2 parents 3141442 + e2ee76f commit ff5e7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os/ui/draw/basedrawcontrols.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ goog.require('goog.log.Logger');
goog.require('ol.Feature');
goog.require('os.config.Settings');
goog.require('os.data.RecordField');
goog.require('os.interaction.DragZoom');
goog.require('os.metrics.Metrics');
goog.require('os.ui.GlobalMenuEventType');
goog.require('os.ui.Module');
Expand Down

0 comments on commit ff5e7b0

Please sign in to comment.