Fire change when updating operations

This commit is contained in:
Tim Schaub
2015-02-24 10:22:47 -08:00
parent c6dedbc40b
commit d17d470d48

View File

@@ -107,9 +107,11 @@ goog.inherits(ol.source.Raster, ol.source.Image);
/**
* Reset the operations.
* @param {Array.<ol.raster.Operation>} operations New operations.
* @api
*/
ol.source.Raster.prototype.setOperations = function(operations) {
this.operations_ = operations;
this.changed();
};