Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Code style: fix code issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Feb 24, 2020
2 parents 3cc943d + 9cb320c commit 27e9750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ballooneditorui.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe( 'BalloonEditorUI', () => {
return VirtualBalloonTestEditor
.create( 'foo', {
extraPlugins: [ BalloonToolbar, Paragraph ],
placeholder: 'placeholder-text',
placeholder: 'placeholder-text'
} )
.then( newEditor => {
const firstChild = newEditor.editing.view.document.getRoot().getChild( 0 );
Expand Down Expand Up @@ -159,7 +159,7 @@ describe( 'BalloonEditorUI', () => {
.create( element, {
plugins: [ BalloonToolbar ],
extraPlugins: [ Paragraph ],
placeholder: 'config takes precedence',
placeholder: 'config takes precedence'
} )
.then( newEditor => {
const firstChild = newEditor.editing.view.document.getRoot().getChild( 0 );
Expand Down

0 comments on commit 27e9750

Please sign in to comment.