Add missing semicolon

This commit is contained in:
Frederic Junod
2016-06-09 15:32:58 +02:00
parent 08f8cd0f16
commit 4bf1f56405
33 changed files with 56 additions and 56 deletions

View File

@@ -148,7 +148,7 @@ ol.source.CartoDB.prototype.handleInitResponse_ = function(paramHash, event) {
*/
ol.source.CartoDB.prototype.handleInitError_ = function(event) {
this.setState(ol.source.State.ERROR);
}
};
/**

View File

@@ -99,7 +99,7 @@ ol.source.Source.toAttributionsArray_ = function(attributionLike) {
} else {
return null;
}
}
};
/**