8
0
Просмотр исходного кода

Docs: Improved ListView#_focusCycler docs.

Aleksander Nowodzinski 9 лет назад
Родитель
Сommit
2071c83012
1 измененных файлов с 1 добавлено и 1 удалено
  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