Export ol.source.Source

Fixes #2615
This commit is contained in:
Frederic Junod
2014-09-25 09:42:30 +02:00
parent aafe50c30e
commit 4e5120ff71

View File

@@ -40,6 +40,7 @@ ol.source.SourceOptions;
* @extends {ol.Observable}
* @fires change Triggered when the state of the source changes.
* @param {ol.source.SourceOptions} options Source options.
* @api stable
*/
ol.source.Source = function(options) {