Ticket #5261: 5261.patch

File 5261.patch, 489 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/scayt/plugin.js

     
    592592                                };
    593593                                editor.on( 'showScaytState', showInitialState );
    594594
    595                                 plugin.loadEngine( editor );
     595                                editor.on( 'instanceReady', function()
     596                                {
     597                                        plugin.loadEngine( editor );
     598                                });
    596599                        }
    597                 }
     600                        }
    598601        });
    599602})();
    600603
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy