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 console.log debug
v3_develop
Alex de Mulder
10 years ago
parent
a0ab10085b
commit
4e25648e3b
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
dist/vis.js
+0
-1
lib/network/Node.js
+ 0
- 1
dist/vis.js
View File
@ -23368,7 +23368,6 @@ return /******/ (function(modules) { // webpackBootstrap
this
.
fixedData
=
{
x
:
null
,
y
:
null
}
;
console
.
log
(
properties
)
this
.
setProperties
(
properties
,
constants
)
;
// creating the variables for clustering
+ 0
- 1
lib/network/Node.js
View File
@ -76,7 +76,6 @@ function Node(properties, imagelist, grouplist, constants) {
this
.
fixedData
=
{
x
:
null
,
y
:
null
}
;
console
.
log
(
properties
)
this
.
setProperties
(
properties
,
constants
)
;
// creating the variables for clustering
Write
Preview
Loading…
Cancel
Save