fixes indentation

This commit is contained in:
Vincent Chan 2016-05-03 12:29:43 +02:00
parent bc0d136511
commit 5f2a19e965
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@
//submits form on ctrl+Enter or cmd+Enter //submits form on ctrl+Enter or cmd+Enter
if (ev.keyCode === 13 && (ev.ctrlKey || ev.metaKey)) { if (ev.keyCode === 13 && (ev.ctrlKey || ev.metaKey)) {
$submitButton.click(); $submitButton.click();
} }
}, },
_onClickComment: function(ev) { _onClickComment: function(ev) {