Fewer blank lines
This commit is contained in:
@@ -3,7 +3,6 @@ goog.provide('ol.pointer.EventSource');
|
||||
goog.require('goog.events.BrowserEvent');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
|
||||
* @param {!Object.<string, function(goog.events.BrowserEvent)>} mapping Event
|
||||
|
||||
@@ -33,7 +33,6 @@ goog.provide('ol.pointer.MouseSource');
|
||||
goog.require('ol.pointer.EventSource');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
|
||||
* @constructor
|
||||
|
||||
@@ -33,7 +33,6 @@ goog.provide('ol.pointer.MsSource');
|
||||
goog.require('ol.pointer.EventSource');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
|
||||
* @constructor
|
||||
|
||||
@@ -33,7 +33,6 @@ goog.provide('ol.pointer.NativeSource');
|
||||
goog.require('ol.pointer.EventSource');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
|
||||
* @constructor
|
||||
|
||||
@@ -35,7 +35,6 @@ goog.require('goog.events');
|
||||
goog.require('goog.events.Event');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* A class for pointer events.
|
||||
*
|
||||
|
||||
@@ -43,7 +43,6 @@ goog.require('ol.pointer.PointerEvent');
|
||||
goog.require('ol.pointer.TouchSource');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {goog.events.EventTarget}
|
||||
|
||||
@@ -37,7 +37,6 @@ goog.require('ol.pointer.EventSource');
|
||||
goog.require('ol.pointer.MouseSource');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @param {ol.pointer.PointerEventHandler} dispatcher The event handler.
|
||||
|
||||
Reference in New Issue
Block a user