mofron-comp-appbase
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -121,2 +121,11 @@ /** | ||
hdrOption (opt) { | ||
try { | ||
this.header().execOption(opt); | ||
} catch (e) { | ||
console.error(e.stack); | ||
throw e; | ||
} | ||
} | ||
background (val) { | ||
@@ -123,0 +132,0 @@ try { |
{ | ||
"name": "mofron-comp-appbase", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"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
8202
182