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
-1
View File
@@ -71,7 +71,6 @@ ol.filter.Logical.prototype.applies = function(feature) {
break; break;
default: default:
goog.asserts.assert(false, 'Unsupported operation: ' + this.operator); goog.asserts.assert(false, 'Unsupported operation: ' + this.operator);
break;
} }
return !!result; return !!result;
}; };
+1 -1
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. * @return {number|undefined} Heading.
*/ */
ol.Geolocation.prototype.getHeading = function() { ol.Geolocation.prototype.getHeading = function() {