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
+1 -1
View File
@@ -1,10 +1,10 @@
goog.provide('ol.style.Fill');
goog.require('goog.asserts');
goog.require('ol.geom.GeometryType');
goog.require('ol.expr');
goog.require('ol.expr.Expression');
goog.require('ol.expr.Literal');
goog.require('ol.geom.GeometryType');
goog.require('ol.style.PolygonLiteral');
goog.require('ol.style.Symbolizer');