This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
removed _updateNodeIndexList from _setNodes. This is handled by _addNode
css_transitions
Alex de Mulder
10 years ago
parent
0199470be1
commit
6055e20403
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/graph/Graph.js
+0
-1
vis.js
+ 0
- 1
src/graph/Graph.js
View File
@ -1079,7 +1079,6 @@ Graph.prototype._setNodes = function(nodes) {
var
ids
=
this
.
nodesData
.
getIds
(
)
;
this
.
_addNodes
(
ids
)
;
}
this
.
_updateNodeIndexList
(
"_setNodes"
)
;
this
.
_updateSelection
(
)
;
}
;
+ 0
- 1
vis.js
View File
@ -15045,7 +15045,6 @@ Graph.prototype._setNodes = function(nodes) {
var
ids
=
this
.
nodesData
.
getIds
(
)
;
this
.
_addNodes
(
ids
)
;
}
this
.
_updateNodeIndexList
(
"_setNodes"
)
;
this
.
_updateSelection
(
)
;
}
;
Write
Preview
Loading…
Cancel
Save