Sfoglia il codice sorgente

Other: Renamed the BalloonToolbarEditor file to balloontoolbareditor.js to match the naming convention. Closes #5.

Aleksander Nowodzinski 8 anni fa
parent
commit
fe48464992

packages/ckeditor5-editor-balloon/src/balloontoolbar.js → packages/ckeditor5-editor-balloon/src/balloontoolbareditor.js


+ 1 - 1
packages/ckeditor5-editor-balloon/tests/balloontoolbar.js

@@ -10,7 +10,7 @@ import BalloonToolbarEditorUIView from '../src/balloontoolbareditoruiview';
 
 import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor';
 
-import BalloonToolbarEditor from '../src/balloontoolbar';
+import BalloonToolbarEditor from '../src/balloontoolbareditor';
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
 import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 import Bold from '@ckeditor/ckeditor5-basic-styles/src/bold';

packages/ckeditor5-editor-balloon/tests/manual/balloontoolbar.html → packages/ckeditor5-editor-balloon/tests/manual/balloontoolbareditor.html


+ 1 - 1
packages/ckeditor5-editor-balloon/tests/manual/balloontoolbar.js

@@ -5,7 +5,7 @@
 
 /* globals console:false, document, window */
 
-import BalloonToolbarEditor from '../../src/balloontoolbar';
+import BalloonToolbarEditor from '../../src/balloontoolbareditor';
 import ArticlePreset from '@ckeditor/ckeditor5-presets/src/article';
 import testUtils from '@ckeditor/ckeditor5-utils/tests/_utils/utils';
 

packages/ckeditor5-editor-balloon/tests/manual/balloontoolbar.md → packages/ckeditor5-editor-balloon/tests/manual/balloontoolbareditor.md