Remove unnecessary newlines

This commit is contained in:
Frederic Junod
2014-09-02 15:07:18 +02:00
parent afd43687f2
commit 6e3a5ca7ca
2 changed files with 3 additions and 6 deletions

View File

@@ -129,8 +129,7 @@ ol.Overlay = function(options) {
this.handlePositionChanged, false, this);
goog.events.listen(
this,
ol.Object.getChangeEventType(ol.OverlayProperty.POSITIONING),
this, ol.Object.getChangeEventType(ol.OverlayProperty.POSITIONING),
this.handlePositioningChanged, false, this);
if (goog.isDef(options.element)) {