Reorder goog.require

This commit is contained in:
Frederic Junod
2013-09-02 11:01:31 +02:00
parent e2a1c13439
commit 34f6ba4ee8

View File

@@ -1,9 +1,9 @@
goog.require('goog.events');
goog.require('goog.events.EventType');
goog.provide('ol.layer.LayerBase');
goog.provide('ol.layer.LayerProperty');
goog.provide('ol.layer.LayerState');
goog.require('goog.events');
goog.require('goog.events.EventType');
goog.require('goog.math');
goog.require('goog.object');
goog.require('ol.Object');