Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1013 Rev 1014
Línea 386... Línea 386...
386
    }
386
    }
Línea 387... Línea 387...
387
 
387
 
388
    /**
388
    /**
389
     * Add Section to array
389
     * Add Section to array
390
     */
390
     */
391
    const addSection = (title, type, text) => {
391
    const addSection = (title, text, type) => {
392
        sections.push({
392
        sections.push({
393
            'id_section': new Date().getTime(),
393
            'id_section': new Date().getTime(),
394
            'title': title,
394
            'title': title,
395
            'type': type,
395
            'type': type,