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 : {
|
this.style_ = goog.isDef(opt_style) ? opt_style : {
|
||||||
fill: {
|
fill: {
|
||||||
color: 'rgba(255, 0, 0, 0.1)'
|
color: 'rgba(255,0,0,0.1)'
|
||||||
},
|
},
|
||||||
image: null,
|
image: null,
|
||||||
stroke: {
|
stroke: {
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ ol.style.StyleFunction;
|
|||||||
* @type {ol.style.Fill}
|
* @type {ol.style.Fill}
|
||||||
*/
|
*/
|
||||||
ol.style.DEFAULT_FILL_STYLE = {
|
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