Adding exports to get advanced compilation.

This commit is contained in:
Tim Schaub
2012-06-23 15:19:53 +02:00
parent c656bac601
commit df1dfd5295
4 changed files with 21 additions and 6 deletions
+3
View File
@@ -301,6 +301,7 @@ ol.renderer.TileLayerRenderer.prototype.changeResolution_ = function(center, res
/**
* Get an identifying string for this renderer.
*
* @export
* @returns {string}
*/
ol.renderer.TileLayerRenderer.getType = function() {
@@ -311,6 +312,7 @@ ol.renderer.TileLayerRenderer.getType = function() {
/**
* Determine if this renderer type is supported in this environment.
*
* @export
* @return {boolean} This renderer is supported.
*/
ol.renderer.TileLayerRenderer.isSupported = function() {
@@ -320,6 +322,7 @@ ol.renderer.TileLayerRenderer.isSupported = function() {
/**
* Determine if this renderer can render the given layer.
*
* @export
* @param {ol.layer.Layer} layer The candidate layer.
* @return {boolean} This renderer is capable of rendering the layer.
*/