jdanyow / aurelia-solitaire

Klondike solitaire built with Aurelia and dragula
http://jdanyow.github.io/aurelia-solitaire/
MIT License
74 stars 25 forks source link

TypeError: Cannot read property 'indexOf' of null #2

Open RainerAtSpirit opened 8 years ago

RainerAtSpirit commented 8 years ago

Before digging deeper is aurelia-solitaire supposed to work at the moment?

Did a clone of the repo and then followed the installation instructions. When running gulp watch game comes up, but in certain situations like dragging a king to an empty lane I'm getting the TypeError: Cannot read property 'indexOf' of null in aurelia-binding.js:3404.

jdanyow commented 8 years ago

Sorry about that- it needs a fix that's coming in this week's Aurelia release. The version on the github pages site is running on master branch versions or some of the Aurelia repos. I'll get this updated as soon as the release drops.

RainerAtSpirit commented 8 years ago

Np and thanks for the heads up. I'll check back later.