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
fixed missing this
v3_develop
Alex de Mulder
10 years ago
parent
7b0b101820
commit
cb0169ab88
2 changed files
with
22671 additions
and
22652 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+22670
-22651
dist/vis.js
+1
-1
lib/network/Network.js
+ 22670
- 22651
dist/vis.js
File diff suppressed because it is too large
View File
+ 1
- 1
lib/network/Network.js
View File
@ -2260,7 +2260,7 @@ Network.prototype._initializeMixinLoaders = function () {
*
/
Network
.
prototype
.
storePosition
=
function
(
)
{
console
.
log
(
"storePosition is depricated: use .storePositions() from now on."
)
storePositions
(
)
;
this
.
storePositions
(
)
;
}
;
/
*
*
Write
Preview
Loading…
Cancel
Save