Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 140... Línea 140...
140
 *         unWatchForm(e.target);
140
 *         unWatchForm(e.target);
141
 *     }
141
 *     }
142
 * });
142
 * });
143
 */
143
 */
144
export const unWatchForm = formNode => {
144
export const unWatchForm = formNode => {
145
    watchedForms = watchedForms.filter(watchedForm => !!watchedForm.contains(formNode));
145
    watchedForms = watchedForms.filter(watchedForm => !watchedForm.contains(formNode));
146
};
146
};
Línea 147... Línea 147...
147
 
147
 
148
/**
148
/**
149
 * Reset the 'dirty' flag for all watched forms.
149
 * Reset the 'dirty' flag for all watched forms.