mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update dependencies: @types/node to 11.12.0, eslint to 5.15.3, js-yaml to 3.13.0, typescript to 3.3.4000, uglify-js to 3.5.2.
This commit is contained in:
parent
9b9532e163
commit
ec35833751
6 changed files with 87 additions and 307 deletions
|
|
@ -89,7 +89,7 @@
|
|||
} else {
|
||||
// Update from File object
|
||||
var reader = new FileReader();
|
||||
reader.onload = function readerOnload(e) {
|
||||
reader.onload = function onload(e) {
|
||||
markdown.value = e.target.result;
|
||||
onMarkdownInput();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue