Commit 6f12b933 authored by Sebastien Robin's avatar Sebastien Robin

remove useless lines

parent ca802a7c
......@@ -41,8 +41,6 @@
// make all the window divs draggable
jsPlumb.draggable(jsPlumb.getSelector(".window"), { grid: [20, 20] });
// THIS DEMO ONLY USES getSelector FOR CONVENIENCE. Use your library's appropriate selector method!
//jsPlumb.draggable(jsPlumb.getSelector(".window"));
var line;
line = jsPlumb.connect({source:"window1", target: "window2"});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment