From: Michael M Slusarz Date: Wed, 23 Dec 2009 19:34:03 +0000 (-0700) Subject: Fix function name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=da4368ca9952ce88573d63aab57b0a03648775d1;p=horde.git Fix function name --- diff --git a/imp/js/compose.js b/imp/js/compose.js index eb0cc575a..47a8020ed 100644 --- a/imp/js/compose.js +++ b/imp/js/compose.js @@ -405,7 +405,7 @@ var ImpCompose = { CKEDITOR.instances.composeMessage.updateElement(); }, - onNoSpellError: function() + _onNoErrorSpellCheck: function() { if (this.sc_submit) { this.skip_spellcheck = true;