Change @exportClass to @exportSymbol
sed command used: find src/ol -name '*.exports' -exec sed -ri 's/@exportClass\s+(\S+)\s+(\S+)$/@exportSymbol \1/' \{\} \;
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@exportClass ol.View2D ol.View2DOptions
|
||||
@exportSymbol ol.View2D
|
||||
@exportProperty ol.View2D.prototype.calculateExtent
|
||||
@exportProperty ol.View2D.prototype.constrainResolution
|
||||
@exportProperty ol.View2D.prototype.constrainRotation
|
||||
|
||||
Reference in New Issue
Block a user