summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-05-19 11:30:52 +0200
committerRémy Coutable <remy@rymai.me>2017-05-19 11:30:52 +0200
commitb5eba31ef530e3d32f2a794db0e0f0bcb496a042 (patch)
tree5bc277c71246d082931723ea3819315b5536ecea
parent49ecd4ff02e19ac662bd1205b43ff84f404d06f7 (diff)
downloadgitlab-ce-b5eba31ef530e3d32f2a794db0e0f0bcb496a042.tar.gz
Remove line referencing an non-existing class in the 9-2-stable branch
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--app/assets/javascripts/notes.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes.js b/app/assets/javascripts/notes.js
index 6b6193f4634..963d535889f 100644
--- a/app/assets/javascripts/notes.js
+++ b/app/assets/javascripts/notes.js
@@ -49,7 +49,6 @@ const normalizeNewlines = function(str) {
this.keydownNoteText = this.keydownNoteText.bind(this);
this.toggleCommitList = this.toggleCommitList.bind(this);
this.postComment = this.postComment.bind(this);
- this.clearFlashWrapper = this.clearFlash.bind(this);
this.notes_url = notes_url;
this.note_ids = note_ids;