Granularize the exports

This commit decomposes exports.txt into multiple, per-component, export files.  This will be required for custom builds;
This commit is contained in:
Éric Lemoine
2012-10-20 22:31:33 +02:00
parent bb53278db5
commit d81b232587
22 changed files with 147 additions and 152 deletions
+11
View File
@@ -0,0 +1,11 @@
@exportObjectLiteral ol.overlay.OverlayOptions
@exportObjectLiteralProperty ol.overlay.OverlayOptions.coordinate ol.Coordinate|undefined
@exportObjectLiteralProperty ol.overlay.OverlayOptions.element Element|undefined
@exportObjectLiteralProperty ol.overlay.OverlayOptions.map ol.Map|undefined
@exportObjectLiteralProperty ol.overlay.OverlayOptions.positioning Array.<string>|undefined
@exportClass ol.overlay.Overlay ol.overlay.OverlayOptions
@exportProperty ol.overlay.Overlay.prototype.getElement
@exportProperty ol.overlay.Overlay.prototype.setCoordinate
@exportProperty ol.overlay.Overlay.prototype.setMap