Use URL instead of Url or url in comments and strings

This commit is contained in:
Tom Payne
2013-09-20 12:28:04 +01:00
parent f24c9a807f
commit abaa220314
7 changed files with 17 additions and 17 deletions
+4 -4
View File
@@ -173,8 +173,8 @@ ol.style.Icon.prototype.getRotation = function() {
/**
* Get the url.
* @return {ol.expr.Expression} Icon url.
* Get the URL.
* @return {ol.expr.Expression} Icon URL.
*/
ol.style.Icon.prototype.getUrl = function() {
return this.url_;
@@ -239,8 +239,8 @@ ol.style.Icon.prototype.setRotation = function(rotation) {
/**
* Set the url.
* @param {ol.expr.Expression} url Icon url.
* Set the URL.
* @param {ol.expr.Expression} url Icon URL.
*/
ol.style.Icon.prototype.setUrl = function(url) {
goog.asserts.assertInstanceof(url, ol.expr.Expression);