清理
This commit is contained in:
@@ -23,9 +23,6 @@ export default class {
|
||||
this.element.appendChild(el)
|
||||
}
|
||||
}
|
||||
//HTMLElement.prototype.__defineGetter__("currentStyle", function () {
|
||||
// return this.ownerDocument.defaultView.getComputedStyle(this, null);
|
||||
//});
|
||||
}
|
||||
setItem(x, y, value) {
|
||||
let color = `rgba(${value}, ${value}, ${value}, .8)`
|
||||
|
Reference in New Issue
Block a user