mofron-comp-appbase
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -198,3 +198,8 @@ /** | ||
try { | ||
return cmputl.color(this, 'background', prm, opt) | ||
let buf = this.styleDom(); | ||
this.styleDom(this.rootDom()[0]); | ||
let ret = cmputl.color(this, 'background', prm, opt); | ||
this.styleDom(buf); | ||
return ret; | ||
} catch (e) { | ||
@@ -201,0 +206,0 @@ console.error(e.stack); |
{ | ||
"name": "mofron-comp-appbase", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "application base component for mofron", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8709
196