|
@@ -50,7 +50,7 @@ export default class DomConverter {
|
|
|
* Creates DOM converter.
|
|
* Creates DOM converter.
|
|
|
*
|
|
*
|
|
|
* @param {Object} options Object with configuration options.
|
|
* @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 = {} ) {
|
|
constructor( options = {} ) {
|
|
|
// Using WeakMap prevent memory leaks: when the converter will be destroyed all referenced between View and DOM
|
|
// Using WeakMap prevent memory leaks: when the converter will be destroyed all referenced between View and DOM
|