fixed closing bracket for alpha not showing

browser
cloudhead 15 years ago
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…
Cancel
Save