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
2ea3cb83
Commit
2ea3cb83
authored
Jul 12, 2016
by
Mathieu Giraud
Browse files
js/model_loader.js: conversion rule, _evalue -> evalue
parent
7b98c31e
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/model_loader.js
View file @
2ea3cb83
...
...
@@ -609,7 +609,8 @@ Model_loader.prototype = {
newSeg
[
key
]
=
this
.
getConvertedSegNames
(
newSeg
[
key
])
}
else
{
// We must have an object
newSeg
[
key
]
=
{
'
val
'
:
newSeg
[
key
]}
var
wkey
=
(
key
==
'
_evalue
'
)
?
'
evalue
'
:
key
newSeg
[
wkey
]
=
{
'
val
'
:
newSeg
[
key
]}
}
}
return
newSeg
;
...
...
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