delorean
delorean copied to clipboard
Tutorial.md
I am following the Tutorial and i am getting an Uncaught TypeError: Cannot read property 'listener' of undefined
I thought I typed something in wrong, so I copied and pasted all the code from the tutorial and it still didn't work. Here is my code.
I'm having the same issue it looks like the docs might be out of date with the new version?. I've got a project that depends on 0.8.5 (delorean.js on npm) but unsure how to upgrade to 0.9. Let me know if you guys need a hand writing documentation or anything else.
changes I had to apply for the currentl 0.9.4
version are:
- do
var myStore = DeLorean.Flux.createStore({
directly instead ofvar myStore = new MyAppStore();
- do
myStore.list.forEach
instead ofmyStore.store.list.forEach