Put test requires on top
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
goog.provide('ol.test.ResolutionConstraint');
|
||||
|
||||
goog.require('ol.ResolutionConstraint');
|
||||
|
||||
|
||||
describe('ol.ResolutionConstraint', function() {
|
||||
|
||||
describe('SnapToResolution', function() {
|
||||
@@ -238,5 +241,3 @@ describe('ol.ResolutionConstraint', function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
goog.require('ol.ResolutionConstraint');
|
||||
|
||||
Reference in New Issue
Block a user