Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/**
2
 * The purpose of this module is to centralize selectors related to question.
3
 *
4
 * @module     qbank_tagquestion/selectors
5
 * @copyright  2018 Simey Lameze <lameze@moodle.com>
6
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
7
 */
8
define("qbank_tagquestion/selectors",[],(function(){return{actions:{save:'[data-action="save"]',edittags:'[data-action="edittags"]'},containers:{loadingIcon:'[data-region="overlay-icon-container"]'}}}));
9
 
10
//# sourceMappingURL=selectors.min.js.map