Skip to content
Snippets Groups Projects
Commit b7bf4e2e authored by kushalpandya's avatar kushalpandya
Browse files

Remove non-existent method binding

parent 49ecd4ff
No related branches found
No related tags found
1 merge request!11542Remove non-existent method binding
Pipeline #
Loading
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment