Fixing indentation

This commit is contained in:
ahocevar
2012-09-26 15:11:47 +02:00
parent 78c380c9a5
commit c7a32b33da

View File

@@ -106,7 +106,7 @@ ol.control.DragBox.prototype.finalizeBox_ = function() {
* Removes the box from the map. * Removes the box from the map.
*/ */
ol.control.DragBox.prototype.removeBox = function() { ol.control.DragBox.prototype.removeBox = function() {
goog.dom.removeNode(this.divElement_); goog.dom.removeNode(this.divElement_);
}; };