mofron-comp-appbase
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -156,4 +156,13 @@ /** | ||
} | ||
mainColor (prm) { | ||
try { | ||
return this.header().baseColor(prm); | ||
} catch (e) { | ||
console.error(e.stack); | ||
throw e; | ||
} | ||
} | ||
} | ||
module.exports = mofron.comp.AppBase; | ||
/* end of file */ |
{ | ||
"name": "mofron-comp-appbase", | ||
"version": "0.3.0", | ||
"version": "0.3.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
7366
154