Merge pull request #5870 from danhp/missing-roles

Add 'delete' and 'pasteandmatchstyle' roles
This commit is contained in:
Cheng Zhao 2016-06-06 06:16:53 +00:00 committed by GitHub
commit ec691a3a64
3 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,7 @@ rolesMap = {
cut: 'cut',
copy: 'copy',
paste: 'paste',
pasteandmatchstyle: 'pasteAndMatchStyle',
selectall: 'selectAll',
minimize: 'minimize',
close: 'close',