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

@@ -293,6 +293,12 @@ ol.render.canvas.Immediate.prototype.setImageStyle = function(imageStyle) {
};
/**
* @inheritDoc
*/
ol.render.canvas.Immediate.prototype.setTextStyle = goog.abstractMethod;
/**
* @const
* @private