Making JSDoc happy

This commit is contained in:
ahocevar
2013-08-11 23:59:18 +02:00
parent d7e277d0f5
commit fdd79a385a

View File

@@ -298,7 +298,8 @@ ol.layer.Vector = function(options) {
this.polygonVertices_ = new ol.geom.SharedVertices();
/**
* @type {boolean} Whether this is a temporary layer
* True if this is a temporary layer.
* @type {boolean}
*/
this.temp = goog.isDef(options.temp) ? options.temp : false;