Fewer blank lines

This commit is contained in:
Tim Schaub
2016-01-10 08:22:01 -07:00
parent 8d80924ba8
commit 13a981c94b
199 changed files with 1 additions and 247 deletions

View File

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

View File

@@ -33,7 +33,6 @@ goog.provide('ol.pointer.MouseSource');
goog.require('ol.pointer.EventSource');
/**
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
* @constructor

View File

@@ -33,7 +33,6 @@ goog.provide('ol.pointer.MsSource');
goog.require('ol.pointer.EventSource');
/**
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
* @constructor

View File

@@ -33,7 +33,6 @@ goog.provide('ol.pointer.NativeSource');
goog.require('ol.pointer.EventSource');
/**
* @param {ol.pointer.PointerEventHandler} dispatcher Event handler.
* @constructor

View File

@@ -35,7 +35,6 @@ goog.require('goog.events');
goog.require('goog.events.Event');
/**
* A class for pointer events.
*

View File

@@ -43,7 +43,6 @@ goog.require('ol.pointer.PointerEvent');
goog.require('ol.pointer.TouchSource');
/**
* @constructor
* @extends {goog.events.EventTarget}

View File

@@ -37,7 +37,6 @@ goog.require('ol.pointer.EventSource');
goog.require('ol.pointer.MouseSource');
/**
* @constructor
* @param {ol.pointer.PointerEventHandler} dispatcher The event handler.