Remove empty ol.geom.flat
This commit is contained in:
@@ -29,5 +29,4 @@ describe('ol.geom.flat.area', function() {
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.geom.flat');
|
||||
goog.require('ol.geom.flat.area');
|
||||
|
||||
@@ -143,5 +143,4 @@ describe('ol.geom.flat.closest', function() {
|
||||
});
|
||||
|
||||
|
||||
goog.require('ol.geom.flat');
|
||||
goog.require('ol.geom.flat.closest');
|
||||
|
||||
@@ -36,5 +36,4 @@ describe('ol.geom.flat.deflate', function() {
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.geom.flat');
|
||||
goog.require('ol.geom.flat.deflate');
|
||||
|
||||
@@ -35,5 +35,4 @@ describe('ol.geom.flat.flip', function() {
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.geom.flat');
|
||||
goog.require('ol.geom.flat.flip');
|
||||
|
||||
@@ -23,5 +23,4 @@ describe('ol.geom.flat.inflate', function() {
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.geom.flat');
|
||||
goog.require('ol.geom.flat.inflate');
|
||||
|
||||
@@ -46,5 +46,4 @@ describe('ol.geom.flat.interpolate', function() {
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.geom.flat');
|
||||
goog.require('ol.geom.flat.interpolate');
|
||||
|
||||
@@ -22,5 +22,4 @@ describe('ol.geom.flat.orient', function() {
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.geom.flat');
|
||||
goog.require('ol.geom.flat.orient');
|
||||
|
||||
@@ -127,5 +127,4 @@ describe('ol.geom.flat.reverse', function() {
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.geom.flat');
|
||||
goog.require('ol.geom.flat.reverse');
|
||||
|
||||
@@ -355,5 +355,4 @@ describe('ol.geom.flat.simplify', function() {
|
||||
});
|
||||
|
||||
|
||||
goog.require('ol.geom.flat');
|
||||
goog.require('ol.geom.flat.simplify');
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
goog.provide('ol.test.geom.flat');
|
||||
|
||||
|
||||
describe('ol.geom.flat', function() {
|
||||
});
|
||||
|
||||
|
||||
goog.require('ol.geom.flat');
|
||||
Reference in New Issue
Block a user