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

6 lines
173 B
JavaScript

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