goog.require in alphabetical order

This commit is contained in:
Éric Lemoine
2014-02-04 16:32:59 +01:00
parent 10f03374f3
commit 169bdbc16f
5 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
goog.require('ol.FeatureOverlay');
goog.require('ol.Map');
goog.require('ol.RendererHint');
goog.require('ol.View2D');
@@ -5,7 +6,6 @@ goog.require('ol.interaction');
goog.require('ol.interaction.Select');
goog.require('ol.layer.Tile');
goog.require('ol.layer.Vector');
goog.require('ol.FeatureOverlay');
goog.require('ol.source.GeoJSON');
goog.require('ol.source.MapQuest');
goog.require('ol.style.Fill');