mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 14:38:20 +08:00
Fix build issue
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user