Remove unnecessary newlines

This commit is contained in:
Frederic Junod
2016-02-04 12:24:20 +01:00
parent 473cbba26e
commit c43de104ce
6 changed files with 6 additions and 12 deletions

View File

@@ -61,8 +61,7 @@ ol.control.ScaleLine = function(opt_options) {
* @private
* @type {Element}
*/
this.innerElement_ = goog.dom.createDom('DIV',
className + '-inner');
this.innerElement_ = goog.dom.createDom('DIV', className + '-inner');
/**
* @private