Remove unused ResetRotation name attribute

This commit is contained in:
Frederic Junod
2014-10-07 12:25:41 +02:00
parent 0cf83c2047
commit be6c6ee93c

View File

@@ -49,7 +49,6 @@ ol.control.Rotate = function(opt_options) {
}, tipLabel);
var button = goog.dom.createDom(goog.dom.TagName.BUTTON, {
'class': className + '-reset ol-has-tooltip',
'name' : 'ResetRotation',
'type' : 'button'
}, tip, this.label_);