Fix function name
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 23 Dec 2009 19:34:03 +0000 (12:34 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 24 Dec 2009 04:15:40 +0000 (21:15 -0700)
imp/js/compose.js

index eb0cc57..47a8020 100644 (file)
@@ -405,7 +405,7 @@ var ImpCompose = {
         CKEDITOR.instances.composeMessage.updateElement();
     },
 
-    onNoSpellError: function()
+    _onNoErrorSpellCheck: function()
     {
         if (this.sc_submit) {
             this.skip_spellcheck = true;