JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / plugins / undo / plugin.js
index fde581f..b78995c 100644 (file)
@@ -133,7 +133,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                        editor.on( 'updateSnapshot', function()\r
                        {\r
                                if ( undoManager.currentImage && new Image( editor ).equals( undoManager.currentImage ) )\r
-                                       setTimeout( function () { undoManager.update(); }, 0 );\r
+                                       setTimeout( function() { undoManager.update(); }, 0 );\r
                        });\r
                }\r
        });\r
@@ -339,7 +339,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                         */\r
                        this.index = -1;\r
 \r
-                       this.limit = this.editor.config.undoStackSize;\r
+                       this.limit = this.editor.config.undoStackSize || 20;\r
 \r
                        this.currentImage = null;\r
 \r
@@ -545,7 +545,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
  * @example\r
  * config.undoStackSize = 50;\r
  */\r
-CKEDITOR.config.undoStackSize = 20;\r
 \r
 /**\r
  * Fired when the editor is about to save an undo snapshot. This event can be\r