소스 검색

Tests: Code clean up.

Aleksander Nowodzinski 8 년 전
부모
커밋
a9bbc81115
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,