Allow modify interaction to be configured with a source

This commit is contained in:
Tim Schaub
2017-08-08 22:04:23 -06:00
parent 6fd844d24c
commit 86eacefe19
6 changed files with 210 additions and 128 deletions

View File

@@ -23,7 +23,7 @@ goog.require('ol.events.Event');
* @constructor
* @extends {ol.Object}
* @fires ol.Collection.Event
* @param {!Array.<T>=} opt_array Array.
* @param {Array.<T>=} opt_array Array.
* @param {olx.CollectionOptions=} opt_options Collection options.
* @template T
* @api