Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Wed, 7 May 2014 09:52:17 +0000 (17:52 +0800)
committerEdward <edward@roojs.com>
Wed, 7 May 2014 09:52:17 +0000 (17:52 +0800)
Roo/form/HtmlEditor.js

index 3e2acb2..628c3c0 100644 (file)
@@ -217,10 +217,6 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             this.resizeEl.resizeTo.defer(100, this.resizeEl,[ this.width,this.height ] );
             // should trigger onReize..
         }
-        
-        if(this.autosave){
-            this.autoSaveFn = setInterval(this.autosave, 1000);
-        }
     },
 
     // private