Skip to content

Commit

Permalink
Complete jQuery dependency removal
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanbalci committed Aug 28, 2024
1 parent 5739786 commit 33fa0be
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 833 deletions.
2 changes: 1 addition & 1 deletion cytoscape-edge-editing.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@

<link href="https://unpkg.com/cytoscape-context-menus/cytoscape-context-menus.css" rel="stylesheet" type="text/css" />

<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
<script src="https://unpkg.com/cytoscape/dist/cytoscape.min.js"></script>
<script src="https://unpkg.com/konva@7.0.3/konva.min.js"></script>

<!-- for testing with local version of cytoscape.js -->
<!--<script src="../cytoscape.js/build/cytoscape.js"></script>-->

<script src="https://unpkg.com/cytoscape-context-menus/cytoscape-context-menus.js"></script>
<script src="https://raw.githack.com/iVis-at-Bilkent/cytoscape.js-context-menus/unstable/cytoscape-context-menus.js"></script>
<script src="https://unpkg.com/cytoscape-undo-redo/cytoscape-undo-redo.js"></script>
<script src="cytoscape-edge-editing.js"></script>

Expand Down
Loading

0 comments on commit 33fa0be

Please sign in to comment.