Remove unused ol.style.Text width property

This commit is contained in:
Éric Lemoine
2013-11-20 15:48:11 +01:00
parent 38bc0a28a6
commit 93087c7661

View File

@@ -27,11 +27,6 @@ ol.style.Text = function(options) {
* @type {string|undefined}
*/
this.textBaseline = options.textBaseline;
/**
* @type {number}
*/
this.width = options.width;
};