Explorar o código

Merge pull request #212 from ckeditor/t/ckeditor5-ui/450

Tests: Aligned the manual test to the changes in the `ToolbarView` class API (see ckeditor/ckeditor5-ui#450).
Aleksander Nowodzinski %!s(int64=7) %!d(string=hai) anos
pai
achega
0a0d1eed90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-theme-lark/tests/manual/iconset.js

+ 1 - 1
packages/ckeditor5-theme-lark/tests/manual/iconset.js

@@ -121,7 +121,7 @@ for ( const i in icons ) {
 	toolbar.items.add( button );
 }
 
-toolbar.className = 'ck-editor-toolbar ck-reset_all';
+toolbar.class = 'ck-editor-toolbar ck-reset_all';
 toolbar.render();
 
 document.body.appendChild( toolbar.element );