Browse Source

Tests: Code clean up.

Aleksander Nowodzinski 8 years ago
parent
commit
a9bbc81115
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-editor-inline/tests/inlineeditoruiview.js

+ 1 - 1
packages/ckeditor5-editor-inline/tests/inlineeditoruiview.js

@@ -169,7 +169,7 @@ describe( 'InlineEditorUIView', () => {
 				const position = view.panelPositions[ positionIndex ];
 				const editableRect = {
 					top: 0,
-					bottom: 99,  // !
+					bottom: 99, // !
 					left: 100,
 					right: 100,
 					width: 100,