Skip to content

Commit f22da0c

Browse files
committed
Merge pull request jacomyal#632 from sonph/patch-1
Fix example code in sigma.plugins.dragNodes README
2 parents e393fa2 + dfa08ac commit f22da0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sigma.plugins.dragNodes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var dragListener = new sigma.plugins.dragNodes(sigInst, renderer);
1616
Kill the plugin as follows:
1717

1818
````javascript
19-
sigma.plugins.killDragNodes();
19+
sigma.plugins.killDragNodes(sigInst);
2020
````
2121

2222
## Events

0 commit comments

Comments
 (0)