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
d8e53e46
Commit
d8e53e46
authored
May 09, 2017
by
Téo Vasseur
Committed by
Mathieu Giraud
May 10, 2017
Browse files
generic_axis.js : remove 'var pos' duplication
Apparently caused by merge
parent
3cf9d3e8
Pipeline
#2130
failed with stages
in 6 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
browser/js/generic_axis.js
View file @
d8e53e46
...
@@ -87,7 +87,6 @@ GenericAxis.prototype = {
...
@@ -87,7 +87,6 @@ GenericAxis.prototype = {
if
(
typeof
labels
===
'
undefined
'
)
if
(
typeof
labels
===
'
undefined
'
)
this
.
computeLabels
(
values
);
this
.
computeLabels
(
values
);
else
{
else
{
var
pos
;
for
(
var
i
=
0
;
i
<
values
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
values
.
length
;
i
++
)
{
var
value
=
values
[
i
];
var
value
=
values
[
i
];
var
convert
=
this
.
applyConverter
(
value
);
var
convert
=
this
.
applyConverter
(
value
);
...
...
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