Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorTom Needham <tom@owncloud.com>2015-06-01 16:54:33 +0300
committerTom Needham <tom@owncloud.com>2015-06-01 16:54:33 +0300
commit58f17671a681e3ddec58111a4e010f6aec711dae (patch)
tree9b69bfea485c1ae6efd53abf0c890880b2e36c84 /js
parentfd386e85a06a501b9d09f1969383bf336e4b18dd (diff)
Remove inline todo
Diffstat (limited to 'js')
-rw-r--r--js/editor.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/js/editor.js b/js/editor.js
index af0ad9a..711a5e5 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -1,15 +1,6 @@
/**
* Text Editor
* Version 2.0 Alpha
- *
- * Known bugs:
- * - No feedback for successful save
- * - JS files are loaded on all web requests
- * - No limit to text filesize
- * - No check for file save size
- * - Control is lost on scroll of a large document
- *
- * Ideas:
*/
var Files_Texteditor = {