Put the primary provide first

This commit is contained in:
Tim Schaub
2016-08-06 15:01:32 -06:00
parent 4460147291
commit b1593124ba
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
goog.provide('ol.RasterOperationType');
goog.provide('ol.source.Raster');
goog.provide('ol.RasterOperationType');
goog.provide('ol.source.RasterEvent');
goog.provide('ol.source.RasterEventType');