Ticket #3160: 3160.patch
File 3160.patch, 467 bytes (added by , 16 years ago) |
---|
-
_source/plugins/editingblock/plugin.js
62 62 { 63 63 editor.on( 'mode', function() 64 64 { 65 setData();65 window.setTimeout( setData, 0 ); 66 66 editor.removeListener( 'mode', arguments.callee ); 67 67 }); 68 68 }