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,9 +1,9 @@
goog.require('ol.FeatureOverlay');
goog.require('ol.Map');
goog.require('ol.RendererHint');
goog.require('ol.View2D');
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');