Skip to content

Commit

Permalink
Add a trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Nov 29, 2018
1 parent a78c12d commit 6975e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/base/module/AutoReplace.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class AutoReplace {
},
'summernote.keydown': (we, e) => {
this.handleKeydown(e);
}
},
};
}

Expand Down

0 comments on commit 6975e83

Please sign in to comment.