delorean icon indicating copy to clipboard operation
delorean copied to clipboard

Tutorial.md

Open stones opened this issue 9 years ago • 2 comments

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.

stones avatar Jul 29 '15 03:07 stones

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.

theolampert avatar Aug 01 '15 17:08 theolampert

changes I had to apply for the currentl 0.9.4 version are:

  • do var myStore = DeLorean.Flux.createStore({ directly instead of var myStore = new MyAppStore();
  • do myStore.list.forEach instead of myStore.store.list.forEach

andreip avatar Nov 29 '15 12:11 andreip