Merge branch 'MDL-82167-403' of https://github.com/ferranrecio/moodle into MOODLE_403_STABLE
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -266,7 +266,7 @@ class DebugInstanceSubpanel extends BaseComponent {
|
||||
this.addEventListener(
|
||||
this.getElement(this.selectors.STATE),
|
||||
'keyup',
|
||||
debounce(this._checkJSON, 500)
|
||||
debounce(this._checkJSON.bind(this), 500)
|
||||
);
|
||||
|
||||
this.addEventListener(
|
||||
|
||||
Reference in New Issue
Block a user