--- autosave.js	Tue Apr 09 23:11:02 2013
+++ autosave.js	Thu Jul 18 16:12:01 2013
@@ -68 +68,2 @@
-      if (typeof(CKEDITOR) !== 'undefined') {
+      // @galindus: ? yes it does for me 
+      if (typeof(CKEDITOR) !== 'undefined') {        
@@ -70 +71 @@
-          var editor = eventInfo.editor;
+          var editor = eventInfo.editor;          
@@ -72,0 +74,6 @@
+          });
+          editor.on('maximize', function(){
+            setInterval(function(){
+              editor.updateElement();
+              }, autosaveSettings.period * 1000);
+            
