Export layer options type

This commit is contained in:
Tom Payne
2012-09-29 15:36:17 +02:00
parent f9b791b2f5
commit 24771c73a0
3 changed files with 11 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
goog.provide('ol.layer.TileLayer');
goog.require('ol.layer.Layer');
goog.require('ol.layer.LayerOptions');
goog.require('ol.source.TileSource');
@@ -9,7 +8,7 @@ goog.require('ol.source.TileSource');
/**
* @constructor
* @extends {ol.layer.Layer}
* @param {ol.layer.LayerOptions} layerOptions Layer options.
* @param {olx.layer.LayerOptions} layerOptions Layer options.
*/
ol.layer.TileLayer = function(layerOptions) {
goog.base(this, layerOptions);