From 023767571151bb95c6e1cf883f1c993f3e4c692b Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Wed, 12 Jun 2013 20:03:57 +0200 Subject: [PATCH] address review comments --- src/ol/filter/logicalfilter.js | 1 - src/ol/geolocation.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ol/filter/logicalfilter.js b/src/ol/filter/logicalfilter.js index 4eb8acebc5..1e97edad1e 100644 --- a/src/ol/filter/logicalfilter.js +++ b/src/ol/filter/logicalfilter.js @@ -71,7 +71,6 @@ ol.filter.Logical.prototype.applies = function(feature) { break; default: goog.asserts.assert(false, 'Unsupported operation: ' + this.operator); - break; } return !!result; }; diff --git a/src/ol/geolocation.js b/src/ol/geolocation.js index 2d9ba70fab..abd464d468 100644 --- a/src/ol/geolocation.js +++ b/src/ol/geolocation.js @@ -225,7 +225,7 @@ goog.exportProperty( /** - * Get the heading as degrees clockwise from North. + * Get the heading as radians clockwise from North. * @return {number|undefined} Heading. */ ol.Geolocation.prototype.getHeading = function() {