MDL-18014 Atto autosave: Change default autosave frequency to 60 seconds

This commit is contained in:
Damyon Wiese
2014-08-14 12:42:17 +08:00
parent 75c86d13c7
commit ddaeae21fd
4 changed files with 4 additions and 4 deletions
@@ -688,7 +688,7 @@ Y.Base.mix(Y.M.editor_atto.Editor, [EditorTextArea]);
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
var AUTOSAVE_FREQUENCY = 5000;
var AUTOSAVE_FREQUENCY = 60000;
function EditorAutosave() {}
File diff suppressed because one or more lines are too long
@@ -685,7 +685,7 @@ Y.Base.mix(Y.M.editor_atto.Editor, [EditorTextArea]);
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
var AUTOSAVE_FREQUENCY = 5000;
var AUTOSAVE_FREQUENCY = 60000;
function EditorAutosave() {}
+1 -1
View File
@@ -23,7 +23,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
var AUTOSAVE_FREQUENCY = 5000;
var AUTOSAVE_FREQUENCY = 60000;
function EditorAutosave() {}