Add text replay skeleton

This commit is contained in:
Tom Payne
2013-11-14 02:28:54 +01:00
parent c7600b2cbc
commit a2603e424f
4 changed files with 21 additions and 1 deletions

View File

@@ -232,6 +232,12 @@ ol.render.canvas.Replay.prototype.setFillStrokeStyle = goog.abstractMethod;
ol.render.canvas.Replay.prototype.setImageStyle = goog.abstractMethod;
/**
* @inheritDoc
*/
ol.render.canvas.Replay.prototype.setTextStyle = goog.abstractMethod;
/**
* @constructor