You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sparky.data is in the prototype chain for sparky.data. It is yet to be decided whether this is wise. IT makes observation difficult, that's for sure. The upshot is that this won't work:
Gotcha.
Sparky.data is in the prototype chain for sparky.data. It is yet to be decided whether this is wise. IT makes observation difficult, that's for sure. The upshot is that this won't work:
Sparky(div);
Sparky.data.model = { object: { thing: { property: 'hello' } } };
...because Sparky.data is in the prototype chain of the data used by the tag, and model is not yet declared.
The text was updated successfully, but these errors were encountered: