I am trying to get this example working;
http://bl.ocks.org/mbostock/raw/2966094/46279db71d3c218664f72e1d3cb74cb2fb46da43/
The example online works perfectly. But when I copy the example to my local MAMP installation, I get the following error:
Uncaught TypeError: Object [object Array] has no method 'nodes'.
My json is loading correctly, does anyone know where this problem is coming from?