Remove unnecessary newlines

This commit is contained in:
Frederic Junod
2015-01-29 15:45:25 +01:00
parent 12925a35b9
commit 0f65d7778a

View File

@@ -36,8 +36,7 @@ ol.control.FullScreen = function(opt_options) {
this.cssClassName_ = goog.isDef(options.className) ?
options.className : 'ol-full-screen';
var label = goog.isDef(options.label) ?
options.label : '\u2194';
var label = goog.isDef(options.label) ? options.label : '\u2194';
/**
* @private