fixed closing bracket for alpha not showing
This commit is contained in:
parent
6b938971df
commit
7539ef7323
@ -5,6 +5,6 @@ tree.Alpha = function Alpha(val) {
|
|||||||
};
|
};
|
||||||
tree.Alpha.prototype = {
|
tree.Alpha.prototype = {
|
||||||
toCSS: function () {
|
toCSS: function () {
|
||||||
return "alpha(opacity=" + (this.value.toCSS ? this.value.toCSS() : this.value + ")");
|
return "alpha(opacity=" + (this.value.toCSS ? this.value.toCSS() : this.value) + ")";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user