Remove trailing newlines
This commit is contained in:
@@ -101,8 +101,7 @@ ol.interaction.Pointer.prototype.updateTrackedPointers_ =
|
||||
* @param {ol.MapBrowserPointerEvent} mapBrowserEvent Event.
|
||||
* @protected
|
||||
*/
|
||||
ol.interaction.Pointer.prototype.handlePointerDrag =
|
||||
goog.nullFunction;
|
||||
ol.interaction.Pointer.prototype.handlePointerDrag = goog.nullFunction;
|
||||
|
||||
|
||||
/**
|
||||
@@ -110,8 +109,7 @@ ol.interaction.Pointer.prototype.handlePointerDrag =
|
||||
* @protected
|
||||
* @return {boolean} Capture dragging.
|
||||
*/
|
||||
ol.interaction.Pointer.prototype.handlePointerUp =
|
||||
goog.functions.FALSE;
|
||||
ol.interaction.Pointer.prototype.handlePointerUp = goog.functions.FALSE;
|
||||
|
||||
|
||||
/**
|
||||
@@ -119,8 +117,7 @@ ol.interaction.Pointer.prototype.handlePointerUp =
|
||||
* @protected
|
||||
* @return {boolean} Capture dragging.
|
||||
*/
|
||||
ol.interaction.Pointer.prototype.handlePointerDown =
|
||||
goog.functions.FALSE;
|
||||
ol.interaction.Pointer.prototype.handlePointerDown = goog.functions.FALSE;
|
||||
|
||||
|
||||
/**
|
||||
@@ -162,5 +159,4 @@ ol.interaction.Pointer.prototype.handleMapBrowserEvent =
|
||||
* @param {boolean} handled Was the event handled by the interaction?
|
||||
* @return {boolean} Should the event be stopped?
|
||||
*/
|
||||
ol.interaction.Pointer.prototype.shouldStopEvent =
|
||||
goog.functions.FALSE;
|
||||
ol.interaction.Pointer.prototype.shouldStopEvent = goog.functions.FALSE;
|
||||
|
||||
Reference in New Issue
Block a user