fixed closing bracket for url not showing

browser
cloudhead 15 years ago
parent fde347016b
commit 6b938971df

@ -5,6 +5,6 @@ tree.URL = function URL(val) {
};
tree.URL.prototype = {
toCSS: function () {
return "url(" + (this.value.toCSS ? this.value.toCSS() : this.value + ")");
return "url(" + (this.value.toCSS ? this.value.toCSS() : this.value) + ")";
}
};

Loading…
Cancel
Save