Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial.md #90

Open
stones opened this issue Jul 29, 2015 · 2 comments
Open

Tutorial.md #90

stones opened this issue Jul 29, 2015 · 2 comments

Comments

@stones
Copy link

stones commented Jul 29, 2015

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.

@theolampert
Copy link

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.

@andreip
Copy link
Contributor

andreip commented Nov 29, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants