Skip to content

Commit

Permalink
Build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Jan 27, 2022
1 parent f800a1d commit 9aa9dd4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


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

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
4 changes: 0 additions & 4 deletions cytoscape-automove.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,9 @@ var getEleMatchesSpecFn = function getEleMatchesSpecFn(spec) {
}
};

var bindings = [];

var bind = function bind(cy, events, selector, fn) {
var b = { cy: cy, events: events, selector: selector || 'node', fn: fn };

bindings.push(b);

cy.on(b.events, b.selector, b.fn);

return b;
Expand Down
43 changes: 31 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9aa9dd4

Please sign in to comment.