Ticket #6161: 6161_2.patch
File 6161_2.patch, 547 bytes (added by , 15 years ago) |
---|
-
_source/plugins/autogrow/plugin.js
37 37 { 38 38 init : function( editor ) 39 39 { 40 for ( var eventName in { contentDom:1, key:1, selectionChange:1, insertElement:1 } )40 for ( var eventName in { mode:1, instanceReady:1, contentDom:1, key:1, selectionChange:1, insertElement:1 } ) 41 41 { 42 42 editor.on( eventName, function( evt ) 43 43 {