Merge pull request #2749 from fredj/export-source-source

Export ol.source.Source
This commit is contained in:
Frédéric Junod
2014-09-25 10:42:08 +02:00

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) {