ractivejs / ractivejs.github.io

https://ractive.js.org
8 stars 33 forks source link

Fixing doc error (I think!) #102

Closed lazylester closed 7 years ago

lazylester commented 7 years ago

AFAICT computed properties are returned by ractive.get() with no keypath specified. So I modified the docs to reflect this.

lazylester commented 7 years ago

you're right, Chris. And also I note your point about passing {virtual : false} will exclude computed attributes.

Now if I can figure out how to modify a PR, I'll see if I can get it right!

evs-chris commented 7 years ago
  1. Make change
  2. git add .
  3. git commit --amend
  4. git push -f origin patch-1

Rewriting history FTW! I cover most of my silliness in a similar manner 😁

ceremcem commented 7 years ago

@lazylester Maybe you can supply an example too.

evs-chris commented 7 years ago

:+1: thanks!