MDL-18014 Atto: Reset auto save frequency to 60 seconds.

This commit is contained in:
Damyon Wiese 2014-07-21 12:51:07 +08:00
parent c195bbffab
commit e3502577b8
4 changed files with 4 additions and 4 deletions

View File

@ -733,7 +733,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 = 6000;
var AUTOSAVE_FREQUENCY = 60000;
function EditorAutosave() {}

File diff suppressed because one or more lines are too long

View File

@ -728,7 +728,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 = 6000;
var AUTOSAVE_FREQUENCY = 60000;
function EditorAutosave() {}

View File

@ -23,7 +23,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
var AUTOSAVE_FREQUENCY = 6000;
var AUTOSAVE_FREQUENCY = 60000;
function EditorAutosave() {}