Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 264... Línea 264...
264
        this.getElement(this.selectors.SAVE).disabled = true;
264
        this.getElement(this.selectors.SAVE).disabled = true;
Línea 265... Línea 265...
265
 
265
 
266
        this.addEventListener(
266
        this.addEventListener(
267
            this.getElement(this.selectors.STATE),
267
            this.getElement(this.selectors.STATE),
268
            'keyup',
268
            'keyup',
269
            debounce(this._checkJSON, 500)
269
            debounce(this._checkJSON.bind(this), 500)
Línea 270... Línea 270...
270
        );
270
        );
271
 
271
 
272
        this.addEventListener(
272
        this.addEventListener(