Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-01-25 20:50:29 +0300
committerDouwe Maan <douwe@selenight.nl>2017-01-25 20:50:29 +0300
commit6c2d8f357e141149f5b21153e540957ed48cbbab (patch)
treee5d9a23849a27a9ebab103bb67af9102ef63d7a0 /app/assets/javascripts/shortcuts_issuable.js
parent21755ac9e9e349c4291e6f64109abe0b4588436d (diff)
Statisfy eslint
Diffstat (limited to 'app/assets/javascripts/shortcuts_issuable.js')
-rw-r--r--app/assets/javascripts/shortcuts_issuable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/shortcuts_issuable.js b/app/assets/javascripts/shortcuts_issuable.js
index 28491934c10..4ef516af8c8 100644
--- a/app/assets/javascripts/shortcuts_issuable.js
+++ b/app/assets/javascripts/shortcuts_issuable.js
@@ -61,7 +61,7 @@
replyField.val(function(_, current) {
return current + separator + quote.join('') + "\n";
});
-
+
// Trigger autosave
replyField.trigger('input');