Changeset 29185
- Timestamp:
- 07/16/2014 02:29:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js
r29050 r29185 141 141 editor.dom.addClass( editor.getBody(), 'wp-autoresize' ); 142 142 }); 143 144 editor.on( 'nodechange setcontent keyup FullscreenStateChanged', resize ); 145 143 144 editor.on( 'nodechange keyup FullscreenStateChanged', resize ); 145 146 editor.on( 'setcontent', function() { 147 wait( 3, 100 ); 148 }); 149 146 150 if ( editor.getParam( 'autoresize_on_init', true ) ) { 147 151 editor.on( 'init', function() {
Note: See TracChangeset
for help on using the changeset viewer.