Add missing jsdoc tag

This commit is contained in:
Frederic Junod
2014-08-20 10:45:39 +02:00
parent 113888120f
commit 7c14399133

View File

@@ -34,6 +34,11 @@ ol.control.Rotate = function(opt_options) {
var label = goog.dom.createDom(goog.dom.TagName.SPAN,
{ 'class': 'ol-compass' },
goog.isDef(options.label) ? options.label : '\u21E7');
/**
* @type {Element}
* @private
*/
this.label_ = label;
var tipLabel = goog.isDef(options.tipLabel) ?