Removing unnecessary require
This commit is contained in:
@@ -3,7 +3,6 @@ goog.provide('ol.geom.SharedVertices');
|
|||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
goog.require('ol.Coordinate');
|
goog.require('ol.Coordinate');
|
||||||
goog.require('ol.CoordinateArray');
|
goog.require('ol.CoordinateArray');
|
||||||
goog.require('ol.geom'); // TODO: remove this when #958 is addressed
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user