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
Point node.js "main" file to the built ./dist/vis.min.js` (see
#1180
)
webworkersNetwork
jos
9 years ago
parent
22bc5e0380
commit
ad0916b378
5 changed files
with
1421 additions
and
1338 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1404
-1321
dist/vis.js
+1
-1
dist/vis.map
+14
-14
dist/vis.min.js
+1
-1
package.json
+1
-1
test/timeline_groups.html
+ 1404
- 1321
dist/vis.js
File diff suppressed because it is too large
View File
+ 1
- 1
dist/vis.map
File diff suppressed because it is too large
View File
+ 14
- 14
dist/vis.min.js
File diff suppressed because it is too large
View File
+ 1
- 1
package.json
View File
@ -21,7 +21,7 @@
"network"
,
"browser"
]
,
"main"
:
"./
index
"
,
"main"
:
"./
dist/vis.min.js
"
,
"scripts"
:
{
"test"
:
"mocha"
,
"build"
:
"gulp"
,
+ 1
- 1
test/timeline_groups.html
View File
@ -221,7 +221,7 @@
var logs = document.getElementById('logs');
logs.innerHTML = msg + '
<
br
>
' + logs.innerHTML;
}
alert(1)
<
/
script
>
<
div
id
=
"logs"
>
<
/
div
>
<
/
body
>
Write
Preview
Loading…
Cancel
Save