Ticket #7697: 7697.patch
File 7697.patch, 748 bytes (added by , 12 years ago) |
---|
-
_source/plugins/scayt/plugin.js
727 727 var sLang = scayt_control.getLang(), 728 728 items_suggestion = window.scayt.getSuggestion( word, sLang ); 729 729 // Remove unused commands and menuitems 730 for ( i in moreSuggestions )730 for ( var i in moreSuggestions ) 731 731 { 732 732 delete editor._.menuItems[ i ]; 733 733 delete editor._.commands[ i ]; 734 734 } 735 for ( i in mainSuggestions )735 for ( var i in mainSuggestions ) 736 736 { 737 737 delete editor._.menuItems[ i ]; 738 738 delete editor._.commands[ i ];