Merge pull request #1678 from oterral/fix_exports

Add exports
This commit is contained in:
Éric Lemoine
2014-02-11 14:06:57 +01:00
4 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
@exportSymbol ol.style.Circle
@exportProperty ol.style.Circle.prototype.getAnchor
@exportProperty ol.style.Circle.prototype.getFill
@exportProperty ol.style.Circle.prototype.getImage
@exportProperty ol.style.Circle.prototype.getRadius
@exportProperty ol.style.Circle.prototype.getSize
@exportProperty ol.style.Circle.prototype.getStroke

View File

@@ -1,3 +1,5 @@
@exportSymbol ol.style.Icon
@exportProperty ol.style.Icon.prototype.getAnchor
@exportProperty ol.style.Icon.prototype.getImage
@exportProperty ol.style.Icon.prototype.getSize
@exportProperty ol.style.Icon.prototype.getSrc

View File

@@ -1,5 +1,3 @@
@exportSymbol ol.style.Image
@exportProperty ol.style.Image.prototype.getAnchor
@exportProperty ol.style.Image.prototype.getRotation
@exportProperty ol.style.Image.prototype.getScale
@exportProperty ol.style.Image.prototype.getSize

View File

@@ -1 +1,9 @@
@exportSymbol ol.style.Text
@exportProperty ol.style.Text.prototype.getFill
@exportProperty ol.style.Text.prototype.getFont
@exportProperty ol.style.Text.prototype.getRotation
@exportProperty ol.style.Text.prototype.getScale
@exportProperty ol.style.Text.prototype.getStroke
@exportProperty ol.style.Text.prototype.getText
@exportProperty ol.style.Text.prototype.getTextAlign
@exportProperty ol.style.Text.prototype.getTextBaseline