Remove commented out code

This commit is contained in:
nicholas
2016-03-29 21:50:34 +13:00
parent 68fd5267c2
commit 863589e5ed

View File

@@ -161,8 +161,6 @@ ol.control.Rotate.render = function(mapEvent) {
} else if (contains && rotation !== 0) {
this.element.classList.remove(ol.css.CLASS_HIDDEN);
}
//goog.dom.classlist.enable(
// this.element, ol.css.CLASS_HIDDEN, rotation === 0);
}
this.label_.style.msTransform = transform;
this.label_.style.webkitTransform = transform;