Add DebugTileSource exports

This commit is contained in:
Tom Payne
2013-01-18 01:16:14 +01:00
parent bb51709945
commit bff8a2bb1e
3 changed files with 6 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
goog.provide('ol.source.DebugTileSource');
goog.provide('ol.source.DebugTileSourceOptions');
goog.require('ol.Size');
goog.require('ol.Tile');
@@ -79,14 +78,6 @@ ol.DebugTile_.prototype.getImage = function(opt_context) {
};
/**
* @typedef {{extent: (ol.Extent|undefined),
* projection: (ol.Projection|undefined),
* tileGrid: (ol.tilegrid.TileGrid|undefined)}}
*/
ol.source.DebugTileSourceOptions;
/**
* @constructor