Move format exports into child classes.

To only export implemented methods.
This commit is contained in:
Antoine Abt
2014-01-06 16:33:21 +01:00
parent f3349fbf87
commit 979b7485b5
6 changed files with 13 additions and 21 deletions
+4
View File
@@ -1,2 +1,6 @@
@exportSymbol ol.format.KML
@exportProperty ol.format.KML.prototype.readName
@exportProperty ol.format.KML.prototype.readFeature
@exportProperty ol.format.KML.prototype.readFeatures
@exportProperty ol.format.KML.prototype.readGeometry
@exportProperty ol.format.KML.prototype.readProjection