Commit f6bf831e authored by charlie ablett's avatar charlie ablett

Merge branch 'lucyfox-master-patch-92260' into 'master'

Fix typo: exists

See merge request gitlab-org/gitlab!31572
parents 780639a6 081d3e6f
...@@ -1396,7 +1396,7 @@ export default class Notes { ...@@ -1396,7 +1396,7 @@ export default class Notes {
} }
/** /**
* Check if note does not exists on page * Check if note does not exist on page
*/ */
static isNewNote(noteEntity, noteIds) { static isNewNote(noteEntity, noteIds) {
return $.inArray(noteEntity.id, noteIds) === -1; return $.inArray(noteEntity.id, noteIds) === -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment