Removing unused variable.
This commit is contained in:
@@ -276,8 +276,7 @@ ol.event.Events.prototype.triggerEvent = function(type, opt_evt) {
|
|||||||
* @param {Event} evt Event object.
|
* @param {Event} evt Event object.
|
||||||
*/
|
*/
|
||||||
ol.event.Events.prototype.handleBrowserEvent = function(evt) {
|
ol.event.Events.prototype.handleBrowserEvent = function(evt) {
|
||||||
var me = ol.event.Events.prototype.handleBrowserEvent,
|
var type = evt.type;
|
||||||
type = evt.type;
|
|
||||||
if (this.listenerCount_[type] > 0) {
|
if (this.listenerCount_[type] > 0) {
|
||||||
// add clientX & clientY to all events - corresponds to average x, y
|
// add clientX & clientY to all events - corresponds to average x, y
|
||||||
var touches = evt.touches;
|
var touches = evt.touches;
|
||||||
|
|||||||
Reference in New Issue
Block a user