etgryphon / linkit-demo

This is a basic sample app for some great directed and non-directed graph from the SCUI:LinkIt framework
www.itsgotwhatplantscrave.com
Other
22 stars 5 forks source link

Javascript errors... #1

Open shutej opened 14 years ago

shutej commented 14 years ago

Hi,

Following the instructions on the README, the 'Doe Family' is not present and there are two Javascript errors in the console. This happens both in Chrome and Firefox 3.

Jeremy

chaddorsey commented 14 years ago

he problem appears to be with this commit in sproutcore:

http://github.com/sproutit/sproutcore/commit/c4e4c4e2eacb909566854fa792b053d4bf25da79

If you go to the frameworks/sproutcore and check out the previous commit e2934b85 and then start thelinkit app, it will work properly. The commands below should do the trick:

cd linkit cd frameworks/sproutcore git checkout e2934b85 cd - sc-server

Thanks to The Concord Consortium's Stephen Bannasch (http://github.com/stepheneb) for this.