Conditions | 1 |
Total Lines | 4 |
Code Lines | 3 |
Lines | 4 |
Ratio | 100 % |
Changes | 0 |
1 | View Code Duplication | import EngineApp from '../../Framework/engine.js' |
|
4 | function articlefrag(id,title,content,target){ |
||
5 | eng.componentsEngine.createComponent("article"+id,articleRender(title,content)) |
||
6 | eng.componentsEngine.renderComponent(target,"article"+id) |
||
7 | } |
||
8 | |||
18 | export default articlefrag |