소스 검색

Fix code typo.

Mateusz Samsel 6 년 전
부모
커밋
ff1cf2a039
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-link/src/ui/linkformview.js

+ 1 - 1
packages/ckeditor5-link/src/ui/linkformview.js

@@ -170,7 +170,7 @@ export default class LinkFormView extends View {
 			this.urlInputView,
 			...this.customAttributesView,
 			this.saveButtonView,
-			this.cancelButtonView,
+			this.cancelButtonView
 		];
 
 		childViews.forEach( v => {