Alphabetize

This commit is contained in:
Tim Schaub
2013-08-15 13:50:50 -04:00
parent bad401bc17
commit 966034e4f7
5 changed files with 6 additions and 6 deletions

View File

@@ -19,11 +19,11 @@ goog.require('ol.geom.Point');
goog.require('ol.geom.Polygon');
goog.require('ol.style.IconLiteral');
goog.require('ol.style.LineLiteral');
goog.require('ol.style.Literal');
goog.require('ol.style.PointLiteral');
goog.require('ol.style.PolygonLiteral');
goog.require('ol.style.ShapeLiteral');
goog.require('ol.style.ShapeType');
goog.require('ol.style.Literal');
goog.require('ol.style.TextLiteral');