Fix build issue

This commit is contained in:
Aniello Falcone
2018-06-21 11:13:39 +02:00
parent 9fa46bbe1c
commit f751931437

View File

@@ -82,10 +82,7 @@ function test_formatText2() {
function test_formatText3() {
const quillEditor = new Quill('#editor');
const range = {index: 0, length: 5};
quillEditor.formatText(range, {
bold: false,
color: 'rgb(0, 0, 255)'
});
quillEditor.formatText(range, 'bold', true);
}
function test_formatLine1() {