Skip to content

Commit

Permalink
fix(build): missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
rothmike committed Jan 2, 2019
1 parent cc4c838 commit 67e2603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os/layer/vector.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ goog.require('os.ui.feature.multiFeatureInfoDirective');
goog.require('os.ui.layer.vectorLayerUIDirective');
goog.require('os.ui.node.defaultLayerNodeUIDirective');
goog.require('os.ui.renamelayer');
goog.require('os.ui.timeline.TimelineCtrl');
goog.require('os.ui.window');


Expand Down

0 comments on commit 67e2603

Please sign in to comment.