Skip to content

Commit 1f7b72a

Browse files
committed
Proper instance id assigned
1 parent 65fcfc3 commit 1f7b72a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/scripts/alchemy/core/startGraph.coffee.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
.attr "xlink", "http://www.w3.org/1999/xlink"
4545
.attr "pointer-events", "all"
4646
.attr "style", "background:#{conf.backgroundColour};"
47-
.attr "alchInst", Alchemy::instances.length
47+
.attr "alchInst", (Alchemy::instances.length - 1)
4848
.on 'click', a.interactions.deselectAll
4949
.call a.interactions.zoom(conf.scaleExtent)
5050
.on "dblclick.zoom", null

0 commit comments

Comments
 (0)