Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Giordani committed Jul 14, 2016
1 parent f651884 commit 0c9e6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocoaine/coco.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ $(function() {
/* load the SVG from */
svg = document.getElementById("svg");
s = Snap(svg);
Snap.load("out.svg", function(f) {
Snap.load("graph.svg", function(f) {
// snapsvg css selector is buggy: selector should be '#graph0 polygon:first-child'
$.each(f.selectAll("title + polygon"), function(idx, obj) {
obj.parent().drag();
Expand Down

0 comments on commit 0c9e6b6

Please sign in to comment.