Files
openlayers/exports/ol/extent.js
2012-09-24 18:25:19 +02:00

6 lines
153 B
JavaScript

goog.require('ol.Extent');
goog.exportSymbol('ol.Extent', ol.Extent);
goog.exportProperty(ol.Extent.prototype,
'clone', ol.Extent.prototype.clone);