Remove unused ResetRotation name attribute
This commit is contained in:
@@ -49,7 +49,6 @@ ol.control.Rotate = function(opt_options) {
|
|||||||
}, tipLabel);
|
}, tipLabel);
|
||||||
var button = goog.dom.createDom(goog.dom.TagName.BUTTON, {
|
var button = goog.dom.createDom(goog.dom.TagName.BUTTON, {
|
||||||
'class': className + '-reset ol-has-tooltip',
|
'class': className + '-reset ol-has-tooltip',
|
||||||
'name' : 'ResetRotation',
|
|
||||||
'type' : 'button'
|
'type' : 'button'
|
||||||
}, tip, this.label_);
|
}, tip, this.label_);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user