Making JSDoc happy

This commit is contained in:
ahocevar
2013-08-11 23:59:18 +02:00
parent d7e277d0f5
commit fdd79a385a
+2 -1
View File
@@ -298,7 +298,8 @@ ol.layer.Vector = function(options) {
this.polygonVertices_ = new ol.geom.SharedVertices(); 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; this.temp = goog.isDef(options.temp) ? options.temp : false;