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

Commit

Permalink
Tests: fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Mar 10, 2017
1 parent 817d3c1 commit 74952c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/manual/82/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ ClassicEditor.create( document.querySelector( '#editor' ), {
plugins: [ Enter, Typing, Paragraph, Undo, Heading ],
toolbar: [ 'headings', 'undo', 'redo' ]
} )
.then( editor => {
window.editor = editor;
} )
.catch( err => {
console.error( err.stack );
} );
.then( editor => {
window.editor = editor;
} )
.catch( err => {
console.error( err.stack );
} );

0 comments on commit 74952c3

Please sign in to comment.