Skip to content

Commit

Permalink
Commands are disabled by default starting from 4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Sep 11, 2013
1 parent 09bb000 commit 7a1f9fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/undo/plugin.js
Expand Up @@ -23,7 +23,6 @@
this.fire( 'afterUndo' );
}
},
state: CKEDITOR.TRISTATE_DISABLED,
canUndo: false
} );

Expand All @@ -34,7 +33,6 @@
this.fire( 'afterRedo' );
}
},
state: CKEDITOR.TRISTATE_DISABLED,
canUndo: false
} );

Expand Down

0 comments on commit 7a1f9fc

Please sign in to comment.