Explorar o código

Added a missing param annotation.

Kamil Piechaczek %!s(int64=5) %!d(string=hai) anos
pai
achega
51cf5d2db4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 ) {