Add missing jsdoc tag
This commit is contained in:
@@ -34,6 +34,11 @@ ol.control.Rotate = function(opt_options) {
|
|||||||
var label = goog.dom.createDom(goog.dom.TagName.SPAN,
|
var label = goog.dom.createDom(goog.dom.TagName.SPAN,
|
||||||
{ 'class': 'ol-compass' },
|
{ 'class': 'ol-compass' },
|
||||||
goog.isDef(options.label) ? options.label : '\u21E7');
|
goog.isDef(options.label) ? options.label : '\u21E7');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @type {Element}
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
this.label_ = label;
|
this.label_ = label;
|
||||||
|
|
||||||
var tipLabel = goog.isDef(options.tipLabel) ?
|
var tipLabel = goog.isDef(options.tipLabel) ?
|
||||||
|
|||||||
Reference in New Issue
Block a user