diff options
author | kushalpandya <kushal@gitlab.com> | 2017-05-19 15:29:09 +0530 |
---|---|---|
committer | kushalpandya <kushal@gitlab.com> | 2017-05-19 15:29:09 +0530 |
commit | b7bf4e2e615bc1fea09153b46dfa2437fb7cc35d (patch) | |
tree | 5bc277c71246d082931723ea3819315b5536ecea | |
parent | 49ecd4ff02e19ac662bd1205b43ff84f404d06f7 (diff) | |
download | gitlab-ce-b7bf4e2e615bc1fea09153b46dfa2437fb7cc35d.tar.gz |
Remove non-existent method binding9-2-stable-fix-JS-failures
-rw-r--r-- | app/assets/javascripts/notes.js | 1 |
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; |