Update ol.source.Zoomify to use new exports system

This commit is contained in:
Tom Payne
2013-12-16 16:06:42 +01:00
parent bf9ea3368c
commit af6f4fa77e
3 changed files with 3 additions and 3 deletions

View File

@@ -841,7 +841,7 @@
*/
/**
* @typedef {Object} ol.source.ZoomifyOptions
* @typedef {Object} olx.source.ZoomifyOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {null|string|undefined} crossOrigin Cross origin setting for image
* requests.

View File

@@ -1 +1 @@
@exportClass ol.source.Zoomify ol.source.ZoomifyOptions
@exportSymbol ol.source.Zoomify

View File

@@ -13,7 +13,7 @@ goog.require('ol.tilegrid.Zoomify');
/**
* @constructor
* @extends {ol.source.TileImage}
* @param {ol.source.ZoomifyOptions} options Zoomify options.
* @param {olx.source.ZoomifyOptions} options Zoomify options.
* @todo stability experimental
*/
ol.source.Zoomify = function(options) {