Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
7c97c416
Commit
7c97c416
authored
Nov 28, 2016
by
Armand (Tydax) Bour
Committed by
Mikaël Salson
Dec 06, 2016
Browse files
Fix result undefined in segmenter.js
parent
7b823ee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/segmenter.js
View file @
7c97c416
...
...
@@ -1214,7 +1214,8 @@ Sequence.prototype = {
}
}
else
{
var
window_start
=
0
var
window_start
=
0
;
var
result
=
document
.
createElement
(
'
span
'
);
result
.
appendChild
(
document
.
createTextNode
(
clone
.
id
));
}
...
...
Mikaël Salson
@mikael-s
Mentioned in commit
8471552b
·
Dec 06, 2016
Mentioned in commit
8471552b
Mentioned in commit 8471552b8cc0d80e2396de1610bb593d5783b6d5
Toggle commit list
Mikaël Salson
@mikael-s
Mentioned in issue
#2045 (closed)
·
Dec 06, 2016
Mentioned in issue
#2045 (closed)
Mentioned in issue #2045
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment