revosys

Results 4 comments of revosys

My code is simple.... but still this is the issue... ``` var G = new jsnx.Graph(); G.addNodesFrom([ [1, {color: 'red'}], [2, {color: 'green'}], [3, {color: 'white'}] ]); G.addEdgesFrom([[1,2], [1,3]]); //...

Yes.... Some time over load work can make you behave like idiot...:)