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

Commit

Permalink
Update src/view/domconverter.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
  • Loading branch information
jodator and Reinmar committed Sep 17, 2019
1 parent d9dbda2 commit d370947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/domconverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class DomConverter {
* Creates DOM converter.
*
* @param {Object} options Object with configuration options.
* @param {module:engine/view/filler~BlockFillerMode} [options.blockFillerMode='br'] Type of a block filler w
* @param {module:engine/view/filler~BlockFillerMode} [options.blockFillerMode='br'] The type of the block filler to use.
*/
constructor( options = {} ) {
// Using WeakMap prevent memory leaks: when the converter will be destroyed all referenced between View and DOM
Expand Down

0 comments on commit d370947

Please sign in to comment.