mofron-comp-apphdr
Advanced tools
Comparing version 0.1.2 to 0.2.0
13
index.js
@@ -10,15 +10,5 @@ /** | ||
constructor (po) { | ||
initDomConts(prm) { | ||
try { | ||
super(); | ||
this.name('Apphdr'); | ||
this.prmOpt(po); | ||
} catch (e) { | ||
console.error(e.stack); | ||
throw e; | ||
} | ||
} | ||
initDomConts(prm) { | ||
try { | ||
super.initDomConts(prm); | ||
@@ -124,1 +114,2 @@ | ||
module.exports = mf.comp.Apphdr; | ||
/* end of file */ |
{ | ||
"name": "mofron-comp-apphdr", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "app header 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
4847
104