Conditions | 1 |
Total Lines | 4 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | import EngineApp from '../../Framework/engine.js' |
||
5 | function cardPeople(id,renderTarget,urlAvatar,name,functionName,text){ |
||
6 | eng.componentsEngine.createComponent("card0"+id,renderPeople(urlAvatar,name,functionName,text)) |
||
7 | eng.componentsEngine.renderComponent(renderTarget,"card0"+id) |
||
8 | } |
||
9 | |||
19 | export default cardPeople |