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. * @param {ol.MapBrowserPointerEvent} mapBrowserEvent Event.
* @protected * @protected
*/ */
ol.interaction.Pointer.prototype.handlePointerDrag = ol.interaction.Pointer.prototype.handlePointerDrag = goog.nullFunction;
goog.nullFunction;
/** /**
@@ -110,8 +109,7 @@ ol.interaction.Pointer.prototype.handlePointerDrag =
* @protected * @protected
* @return {boolean} Capture dragging. * @return {boolean} Capture dragging.
*/ */
ol.interaction.Pointer.prototype.handlePointerUp = ol.interaction.Pointer.prototype.handlePointerUp = goog.functions.FALSE;
goog.functions.FALSE;
/** /**
@@ -119,8 +117,7 @@ ol.interaction.Pointer.prototype.handlePointerUp =
* @protected * @protected
* @return {boolean} Capture dragging. * @return {boolean} Capture dragging.
*/ */
ol.interaction.Pointer.prototype.handlePointerDown = ol.interaction.Pointer.prototype.handlePointerDown = goog.functions.FALSE;
goog.functions.FALSE;
/** /**
@@ -162,5 +159,4 @@ ol.interaction.Pointer.prototype.handleMapBrowserEvent =
* @param {boolean} handled Was the event handled by the interaction? * @param {boolean} handled Was the event handled by the interaction?
* @return {boolean} Should the event be stopped? * @return {boolean} Should the event be stopped?
*/ */
ol.interaction.Pointer.prototype.shouldStopEvent = ol.interaction.Pointer.prototype.shouldStopEvent = goog.functions.FALSE;
goog.functions.FALSE;