Merge pull request #2750 from fredj/export-layer-base

Export ol.layer.Base
This commit is contained in:
Frédéric Junod
2014-09-25 10:58:04 +02:00

View File

@@ -53,6 +53,7 @@ ol.layer.LayerState;
* @constructor
* @extends {ol.Object}
* @param {olx.layer.BaseOptions} options Layer options.
* @api stable
*/
ol.layer.Base = function(options) {