mavoweb / treecle

WIP. A toolbox for hierarchical JS objects.
https://treecle.mavo.io
MIT License
6 stars 0 forks source link

Context is not passed around #9

Closed LeaVerou closed 6 months ago

LeaVerou commented 6 months ago

Just realized — the context is not actually passed around on function calls our functions are making, which means the Treecle class won't work properly.

LeaVerou commented 6 months ago

@adamjanicki2 I think I got most calls, could you have a look around and fix any calls I missed? Thx

adamjanicki2 commented 6 months ago

Yes I can take a thorough look tomorrow

adamjanicki2 commented 6 months ago

I think this was the only one I could find that isn't using call

LeaVerou commented 6 months ago

I think this was the only one I could find that isn't using call

We don't really need it for that, though we may want to add it to be prepared for the case that we may need it in the future. But we had some qualms about these criteria anyway.

LeaVerou commented 6 months ago

Seems this is resolved then.