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:
authorEric Eastwood <contact@ericeastwood.com>2017-05-11 06:58:47 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-05-26 19:36:49 +0300
commit20bd76da27b191badd5402fd734b8b263d38bed1 (patch)
tree8f93fed537acaf7d88b6b9f7589707d50c033443 /spec/javascripts
parent8e2fefc6c44fc3c6140e5cbc4b56c58c90dc07f3 (diff)
Fix up some notes tech debt
Fix up tech debt comments from @jschatz1 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757436 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757905 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757952 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28758013
Diffstat (limited to 'spec/javascripts')
-rw-r--r--spec/javascripts/notes_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/notes_spec.js b/spec/javascripts/notes_spec.js
index 025f08ee332..04cf0fe2bf8 100644
--- a/spec/javascripts/notes_spec.js
+++ b/spec/javascripts/notes_spec.js
@@ -128,7 +128,6 @@ import '~/notes';
beforeEach(() => {
note = {
id: 1,
- discussion_html: null,
valid: true,
note: 'heya',
html: '<div>heya</div>',