Add stability annotation to ol.source.ImageVector

This commit is contained in:
Tom Payne
2014-02-03 14:44:18 +01:00
parent 33dd1371c8
commit 4917cc8437

View File

@@ -31,6 +31,7 @@ goog.require('ol.vec.Mat4');
* @constructor
* @extends {ol.source.ImageCanvas}
* @param {olx.source.ImageVectorOptions} options Options.
* @todo stability experimental
*/
ol.source.ImageVector = function(options) {