Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 875 | Rev 877 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 875 Rev 876
Línea 488... Línea 488...
488
    /**
488
    /**
489
     * Add Behavior to array
489
     * Add Behavior to array
490
     */
490
     */
491
    const addBehavior = (description, level) =>{
491
    const addBehavior = (description, level) =>{
492
        behaviors.push(
492
        behaviors.push(
493
            'id' : new Date().d.getTime(),
493
            'id' : new Date().getTime(),
494
            'description' : description,
494
            'description' : description,
495
            'level': level
495
            'level': level
496
        );
496
        );
497
        renderData(behaviors);
497
        renderData(behaviors);
498
    }
498
    }