JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0.2
[ckeditor.git] / _source / plugins / horizontalrule / plugin.js
index 80ae0dc..31bf7fd 100644 (file)
@@ -11,6 +11,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 {\r
        var horizontalruleCmd =\r
        {\r
+               canUndo : false,    // The undo snapshot will be handled by 'insertElement'.\r
                exec : function( editor )\r
                {\r
                        editor.insertElement( editor.document.createElement( 'hr' ) );\r