Changes between Initial Version and Version 1 of Ticket #8692, comment 6
- Timestamp:
- Mar 28, 2014, 11:04:03 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8692, comment 6
initial v1 10 10 }, null, null, 9 ); 11 11 editor.on( 'insertElement', function( evt ) { 12 console.log( 'with priority 11 ', evt.data.getParent() );12 console.log( 'with priority 11: ', evt.data.getParent() ); 13 13 }, null, null, 11 ); 14 14 }}}