fixed closing bracket for url not showing
This commit is contained in:
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…
Reference in New Issue
Block a user