address review comments

This commit is contained in:
Bart van den Eijnden
2013-06-12 20:03:57 +02:00
parent 8dc97790bc
commit 0237675711
2 changed files with 1 additions and 2 deletions

View File

@@ -71,7 +71,6 @@ ol.filter.Logical.prototype.applies = function(feature) {
break;
default:
goog.asserts.assert(false, 'Unsupported operation: ' + this.operator);
break;
}
return !!result;
};

View File

@@ -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() {