Merge pull request #339 from elemoine/exports

Export fixes
This commit is contained in:
Éric Lemoine
2013-03-11 00:32:39 -07:00
8 changed files with 9 additions and 12 deletions
+3
View File
@@ -136,6 +136,9 @@
@exportObjectLiteralProperty ol.source.StaticImageOptions.projection ol.ProjectionLike @exportObjectLiteralProperty ol.source.StaticImageOptions.projection ol.ProjectionLike
@exportObjectLiteralProperty ol.source.StaticImageOptions.url string|undefined @exportObjectLiteralProperty ol.source.StaticImageOptions.url string|undefined
@exportObjectLiteral ol.source.TileJSONOptions
@exportObjectLiteralProperty ol.source.TileJSONOptions.uri string
@exportObjectLiteral ol.source.TiledWMSOptions @exportObjectLiteral ol.source.TiledWMSOptions
@exportObjectLiteralProperty ol.source.TiledWMSOptions.attributions Array.<ol.Attribution>|undefined @exportObjectLiteralProperty ol.source.TiledWMSOptions.attributions Array.<ol.Attribution>|undefined
@exportObjectLiteralProperty ol.source.TiledWMSOptions.params Object @exportObjectLiteralProperty ol.source.TiledWMSOptions.params Object
+1 -1
View File
@@ -1 +1 @@
@exportSymbol ol.source.BingMaps @exportClass ol.source.BingMaps ol.source.BingMapsOptions
+1 -1
View File
@@ -1 +1 @@
@exportSymbol ol.source.SingleImageWMS @exportClass ol.source.SingleImageWMS ol.source.SingleImageWMSOptions
+1 -1
View File
@@ -1 +1 @@
@exportSymbol ol.source.Stamen @exportClass ol.source.Stamen ol.source.StamenOptions
+1 -1
View File
@@ -1 +1 @@
@exportSymbol ol.source.StaticImage @exportClass ol.source.StaticImage ol.source.StaticImageOptions
+1 -1
View File
@@ -1 +1 @@
@exportSymbol ol.source.TiledWMS @exportClass ol.source.TiledWMS ol.source.TiledWMSOptions
+1 -1
View File
@@ -1 +1 @@
@exportSymbol ol.source.TileJSON @exportClass ol.source.TileJSON ol.source.TileJSONOptions
-6
View File
@@ -21,12 +21,6 @@ goog.require('ol.source.ImageTileSource');
goog.require('ol.tilegrid.XYZ'); goog.require('ol.tilegrid.XYZ');
/**
* @typedef {{uri: string}}
*/
ol.source.TileJSONOptions;
/** /**
* @private * @private
* @type {Array.<TileJSON>} * @type {Array.<TileJSON>}