@value > value
This commit is contained in:
parent
b545d672f0
commit
fadb3aa10d
@ -13370,7 +13370,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
function _Class(value) {
|
function _Class(value) {
|
||||||
this.value = value;
|
|
||||||
this.raw = colorToHex(value);
|
this.raw = colorToHex(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -13381,7 +13381,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
function _Class(value) {
|
function _Class(value) {
|
||||||
this.value = value;
|
|
||||||
this.raw = colorToHex(value);
|
this.raw = colorToHex(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -251,7 +251,7 @@ Style =
|
|||||||
else
|
else
|
||||||
"000000"
|
"000000"
|
||||||
|
|
||||||
constructor: (@value) ->
|
constructor: (value) ->
|
||||||
@raw = colorToHex value
|
@raw = colorToHex value
|
||||||
|
|
||||||
hex: -> "#" + @raw
|
hex: -> "#" + @raw
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user