Explorar el Código

Docs: Improved ListView#_focusCycler docs.

Aleksander Nowodzinski hace 9 años
padre
commit
2071c83012
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-ui/src/list/listview.js

+ 1 - 1
packages/ckeditor5-ui/src/list/listview.js

@@ -50,7 +50,7 @@ export default class ListView extends View {
 		this.keystrokes = new KeystrokeHandler();
 
 		/**
-		 * Helps cycling over focusable items in the list.
+		 * Helps cycling over focusable {@link #items} in the list.
 		 *
 		 * @readonly
 		 * @protected