diff options
Diffstat (limited to 'editor/editor.js')
| -rw-r--r-- | editor/editor.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor.js b/editor/editor.js index 3f0bad2..d6f0f1f 100644 --- a/editor/editor.js +++ b/editor/editor.js @@ -46,6 +46,7 @@ var WUI_EDITOR_CLASS_LINE_NUMBER = "wui_editor_line_number"; var WUI_EDITOR_CLASS_LINE_TEXT = "wui_editor_line_text"; var WuiEditor = /** @class */ (function () { function WuiEditor(opts) { + var _this = this; this.opts = opts; this.active_file = null; this.active_text = null; |
