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
4ab8f18c
Commit
4ab8f18c
authored
Jul 08, 2016
by
Mikaël Salson
Browse files
model_loader: Specify function role
parent
86c0332e
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/model_loader.js
View file @
4ab8f18c
...
...
@@ -606,6 +606,9 @@ Model_loader.prototype = {
return
newSeg
;
},
/**
* Convert (5|4|3)(start|end) to (5|4|3) : {'start', 'stop'}
*/
getConvertedSeg
:
function
(
seg
,
key
)
{
var
boundaryMapping
=
{
'
start
'
:
'
start
'
,
'
stop
'
:
'
end
'
};
var
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