Removed not needed line.

This commit is contained in:
Martin Edenhofer 2015-02-20 09:46:34 +01:00
parent 9285c1b79b
commit d492142a8f

View file

@ -137,7 +137,6 @@
// disable rich text b/u/i
if ( this.options.mode === 'textonly' ) {
this.$element.on('keydown', function (e) {
var _this = this
if ( _this.richTextKey(e) ) {
e.preventDefault()
}