Procházet zdrojové kódy

Added a missing param annotation.

Kamil Piechaczek před 5 roky
rodič
revize
51cf5d2db4
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 ) {