Put test requires on top
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
goog.provide('ol.test.Object');
|
||||
|
||||
goog.require('ol.Object');
|
||||
goog.require('ol.events');
|
||||
|
||||
|
||||
describe('ol.Object', function() {
|
||||
|
||||
var o;
|
||||
@@ -237,7 +241,3 @@ describe('ol.Object', function() {
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
goog.require('ol.Object');
|
||||
goog.require('ol.events');
|
||||
|
||||
Reference in New Issue
Block a user