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
+1 -2
View File
@@ -26,8 +26,7 @@ ol.control.Rotate = function(opt_options) {
var options = opt_options ? opt_options : {};
var className = options.className ?
options.className : 'ol-rotate';
var className = options.className ? options.className : 'ol-rotate';
var label = options.label ? options.label : '\u21E7';