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

Commit

Permalink
Merge pull request #141 from ckeditor/t/ckeditor5-engine/738
Browse files Browse the repository at this point in the history
Other: Aligned code to the changes API in `ckeditor5-engine`. Read more ckeditor/ckeditor5-engine#738.
  • Loading branch information
szymonkups committed Mar 9, 2018
2 parents e60d22b + 181544c commit 67fb696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tickets/100.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe( 'Bug ckeditor5-typing#100', () => {
type: 'children',
node: strong,
oldChildren: [ text ],
newChildren: [ new ViewElement( 'a', null, text.clone() ), new ViewText( 'x' ) ]
newChildren: [ new ViewElement( 'a', null, text._clone() ), new ViewText( 'x' ) ]
}
] );

Expand Down

0 comments on commit 67fb696

Please sign in to comment.