Better code indentation

This commit is contained in:
Frederic Junod
2018-02-28 16:46:45 +01:00
parent cf0c42ae7d
commit 73b15ef8d7
6 changed files with 29 additions and 41 deletions

View File

@@ -197,8 +197,7 @@ View.prototype.applyOptions_ = function(options) {
this.minResolution_, this.maxResolution_);
}
}
properties[ViewProperty.ROTATION] =
options.rotation !== undefined ? options.rotation : 0;
properties[ViewProperty.ROTATION] = options.rotation !== undefined ? options.rotation : 0;
this.setProperties(properties);
/**