Skip to content

Commit

Permalink
Group all variable definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumluregn committed May 23, 2019
1 parent 6bce28e commit b17ab1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins/tableselection/integrations/image/imageurl.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
var tests = {
'Is whole cell fake selected when img inside is selected': function() {
var editor = this.editor,
bot = this.editorBot;
bot = this.editorBot,
html = CKEDITOR.document.getById( 'test' ).getHtml();

var html = CKEDITOR.document.getById( 'test' ).getHtml();
bot.setHtmlWithSelection( html );

assert.isFalse( editor.getSelection().getSelectedElement().hasClass( 'cke_table-faked-selection' ) );
Expand Down

0 comments on commit b17ab1a

Please sign in to comment.