Skip to content

Commit 9aa9dd4

Browse files
committed
Build for release
1 parent f800a1d commit 9aa9dd4

File tree

3 files changed

+32
-17
lines changed

3 files changed

+32
-17
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
Copyright (c) 2016-2019, The Cytoscape Consortium.
3+
Copyright (c) 2016-2019, 2022, The Cytoscape Consortium.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the “Software”), to deal in

cytoscape-automove.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,9 @@ var getEleMatchesSpecFn = function getEleMatchesSpecFn(spec) {
143143
}
144144
};
145145

146-
var bindings = [];
147-
148146
var bind = function bind(cy, events, selector, fn) {
149147
var b = { cy: cy, events: events, selector: selector || 'node', fn: fn };
150148

151-
bindings.push(b);
152-
153149
cy.on(b.events, b.selector, b.fn);
154150

155151
return b;

package-lock.json

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

0 commit comments

Comments
 (0)