Browse Source

Added a missing param annotation.

Kamil Piechaczek 5 years ago
parent
commit
51cf5d2db4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ckeditor5-list/src/liststyleediting.js

+ 1 - 0
packages/ckeditor5-list/src/liststyleediting.js

@@ -489,6 +489,7 @@ function fixListStyleAttributeOnListItemElements( editor ) {
 	// the value for the element is other than default in the base element.
 	//
 	// @param {module:engine/model/element~Element|null} baseItem
+	// @param {module:engine/model/element~Element} itemToChange
 	// @returns {Boolean}
 	function shouldInheritListType( baseItem, itemToChange ) {
 		if ( !baseItem ) {