diff options
Diffstat (limited to 'apps/files_texteditor/js')
-rw-r--r-- | apps/files_texteditor/js/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_texteditor/js/editor.js b/apps/files_texteditor/js/editor.js index c3c051944e3..94402dd00d8 100644 --- a/apps/files_texteditor/js/editor.js +++ b/apps/files_texteditor/js/editor.js @@ -243,7 +243,7 @@ $(document).ready(function(){ showFileEditor(dir,file); }); } - // Binds the file save and close editor events to the buttons + // Binds the file save and close editor events bindControlEvents(); // Binds the save keyboard shortcut events |