Save six bytes
This commit is contained in:
@@ -47,7 +47,7 @@ ol.render.DragBox = function(opt_style) {
|
||||
*/
|
||||
this.style_ = goog.isDef(opt_style) ? opt_style : {
|
||||
fill: {
|
||||
color: 'rgba(255, 0, 0, 0.1)'
|
||||
color: 'rgba(255,0,0,0.1)'
|
||||
},
|
||||
image: null,
|
||||
stroke: {
|
||||
|
||||
@@ -102,7 +102,7 @@ ol.style.StyleFunction;
|
||||
* @type {ol.style.Fill}
|
||||
*/
|
||||
ol.style.DEFAULT_FILL_STYLE = {
|
||||
color: 'rgba(255, 0, 0, 0.1)'
|
||||
color: 'rgba(255,0,0,0.1)'
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user