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
+1
View File
@@ -40,6 +40,7 @@ ol.source.SourceOptions;
* @extends {ol.Observable} * @extends {ol.Observable}
* @fires change Triggered when the state of the source changes. * @fires change Triggered when the state of the source changes.
* @param {ol.source.SourceOptions} options Source options. * @param {ol.source.SourceOptions} options Source options.
* @api stable
*/ */
ol.source.Source = function(options) { ol.source.Source = function(options) {