fix linting of examples

This commit is contained in:
Kevin Jahns
2017-07-05 18:33:16 +02:00
parent a7550fe5d3
commit 6225fb4dfd
7 changed files with 1219 additions and 38 deletions

View File

@@ -29,11 +29,11 @@ Y({
[{ script: 'sub' }, { script: 'super' }],
['link', 'image'],
['link', 'code-block'],
[{list: 'ordered' }]
[{ list: 'ordered' }]
]
},
theme: 'snow'
});
})
// bind quill to richtext type
y.share.richtext.bind(window.quill)
})
})