Add ol.render.canvas.Replay#drawAsync

This commit is contained in:
Éric Lemoine
2014-01-06 17:07:04 +01:00
parent 3f1d74a0f5
commit 6db8f0c29f

View File

@@ -366,6 +366,12 @@ ol.render.canvas.Replay.prototype.reverseHitDetectionInstructions_ =
};
/**
* @inheritDoc
*/
ol.render.canvas.Replay.prototype.drawAsync = goog.abstractMethod;
/**
* @inheritDoc
*/