Remove problematic (and unused) clone methods, move contains out of ol.Rectangle
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
goog.require('ol.Coordinate');
|
||||
|
||||
goog.exportSymbol('ol.Coordinate', ol.Coordinate);
|
||||
goog.exportProperty(ol.Coordinate.prototype,
|
||||
'clone', ol.Coordinate.prototype.clone);
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
goog.require('ol.Extent');
|
||||
|
||||
goog.exportSymbol('ol.Extent', ol.Extent);
|
||||
goog.exportProperty(ol.Extent.prototype,
|
||||
'clone', ol.Extent.prototype.clone);
|
||||
|
||||
Reference in New Issue
Block a user