Ticket #7697: 7697.patch

File 7697.patch, 748 bytes (added by WebSpellChecker.net, 13 years ago)
  • _source/plugins/scayt/plugin.js

     
    727727                                                var sLang = scayt_control.getLang(),
    728728                                                        items_suggestion = window.scayt.getSuggestion( word, sLang );
    729729                                                // Remove unused commands and menuitems
    730                                                 for ( i in moreSuggestions )
     730                                                for ( var i in moreSuggestions )
    731731                                                {
    732732                                                        delete editor._.menuItems[ i ];
    733733                                                        delete editor._.commands[ i ];
    734734                                                }
    735                                                 for ( i in mainSuggestions )
     735                                                for ( var i in mainSuggestions )
    736736                                                {
    737737                                                        delete editor._.menuItems[ i ];
    738738                                                        delete editor._.commands[ i ];
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy