Merge pull request #1532 from oterral/vector-api-exports

[vector-api] Add export for ol.geom.LineString#getLength
This commit is contained in:
Éric Lemoine
2014-01-14 08:50:17 -08:00

View File

@@ -1,5 +1,6 @@
@exportSymbol ol.geom.LineString
@exportProperty ol.geom.LineString.prototype.clone
@exportProperty ol.geom.LineString.prototype.getCoordinates
@exportProperty ol.geom.LineString.prototype.getLength
@exportProperty ol.geom.LineString.prototype.getType
@exportProperty ol.geom.LineString.prototype.setCoordinates