Skip to content

Commit

Permalink
Remove commented, unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Feb 24, 2019
1 parent 9c0384f commit 45606d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/_benderjs/ckeditor/static/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@

item = CKEDITOR.document.getById( 'cke_' + combo.id );
item = item.getElementsByTag( 'a' ).getItem( 0 );
//item.$[ CKEDITOR.env.ie ? 'onmouseup' : 'onclick' ]();
CKEDITOR.tools.fireElementEventHandler( item, CKEDITOR.env.ie ? 'onmouseup' : 'onclick', { button: leftMouseButton } );

// combo panel opening is synchronous.
Expand Down

0 comments on commit 45606d4

Please sign in to comment.