Add ol.replay.IBatchGroup#finish

This commit is contained in:
Tom Payne
2013-11-07 16:42:11 +01:00
parent 8ccd733e08
commit 8e68134624
+7
View File
@@ -47,6 +47,13 @@ ol.replay.IBatchGroup = function() {
}; };
/**
* FIXME empty description for jsdoc
*/
ol.replay.IBatchGroup.prototype.finish = function() {
};
/** /**
* @param {number} zIndex Z index. * @param {number} zIndex Z index.
* @param {ol.replay.BatchType} batchType Batch type. * @param {ol.replay.BatchType} batchType Batch type.