Remove trailing newlines

This commit is contained in:
Frederic Junod
2014-03-18 13:58:22 +01:00
parent 6d4552c783
commit 6af2d5ae47

View File

@@ -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;