Fix whitespace errors in JavaScript source

This commit is contained in:
Tom Payne
2013-04-07 13:15:17 +02:00
parent a4763e0b69
commit f1cc5b87da
10 changed files with 0 additions and 11 deletions

View File

@@ -117,4 +117,3 @@ ol.dom.Input.prototype.handleCheckedChanged_ = function() {
ol.dom.Input.prototype.handleValueChanged_ = function() {
this.target_.value = this.getValue();
};