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
+1 -1
View File
@@ -1,5 +1,5 @@
goog.provide('ol.style.Atlas');
goog.provide('ol.style.AtlasManager');
goog.provide('ol.style.Atlas');
goog.require('ol');
goog.require('ol.dom');