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