Explorar o código

Fix code typo.

Mateusz Samsel %!s(int64=6) %!d(string=hai) anos
pai
achega
ff1cf2a039
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 => {