Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,426
Issues
1,426
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
e3d7ad63
Commit
e3d7ad63
authored
Nov 29, 2019
by
flothoni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clone.js; add some doc
Link to
#4020
parent
ac33134e
Pipeline
#106311
passed with stages
in 5 minutes and 45 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
browser/js/clone.js
browser/js/clone.js
+8
-0
No files found.
browser/js/clone.js
View file @
e3d7ad63
...
...
@@ -56,6 +56,14 @@ function Clone(data, model, index, attributes) {
this
.
attributes
=
attributes
var
key
=
Object
.
keys
(
data
)
//// Attributes specific for distribution clones
// list of compatible real clones that share the same values for available axis
this
.
lst_compatible_clones
=
undefined
// Number of reads and clones, currently.
// Updated at real clone manipualtion, (change filter values, top, ...)
this
.
current_clones
=
undefined
this
.
current_reads
=
undefined
for
(
var
i
=
0
;
i
<
key
.
length
;
i
++
){
this
[
key
[
i
]]
=
data
[
key
[
i
]]
}
...
...
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