Ticket #5261: 5261.patch
File 5261.patch, 489 bytes (added by , 13 years ago) |
---|
-
_source/plugins/scayt/plugin.js
592 592 }; 593 593 editor.on( 'showScaytState', showInitialState ); 594 594 595 plugin.loadEngine( editor ); 595 editor.on( 'instanceReady', function() 596 { 597 plugin.loadEngine( editor ); 598 }); 596 599 } 597 }600 } 598 601 }); 599 602 })(); 600 603