Skip to content

Commit 53df055

Browse files
Eric RowellEric Rowell
authored andcommitted
updated dists
1 parent 0b687b3 commit 53df055

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

engine/dist/ElGrapho.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* El Grapho v2.1.0
2+
* El Grapho v2.1.1
33
* A high performance WebGL graph data visualization engine
44
* Release Date: 04-06-2019
55
* https://github.com/ericdrowell/elgrapho
@@ -1467,9 +1467,9 @@ ElGrapho.layouts = {
14671467
RadialTree: RadialTree
14681468
};
14691469

1470-
// node.js export
14711470
module.exports = ElGrapho;
14721471

1472+
14731473
/***/ }),
14741474

14751475
/***/ "./engine/src/ElGraphoCollection.js":
@@ -1597,9 +1597,6 @@ let ElGraphoCollection = {
15971597

15981598
module.exports = ElGraphoCollection;
15991599

1600-
if (window) {
1601-
window.ElGraphoCollection = ElGraphoCollection;
1602-
}
16031600

16041601
/***/ }),
16051602

engine/dist/ElGrapho.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)