Remove unnecessary newlines
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user