jacomyal / domino.js

[deprecated] A JavaScript cascading controller for fast interactive Web interfaces prototyping.
https://jacomyal.github.io/domino.js
MIT License
54 stars 7 forks source link

Assigning values in scopes #20

Closed jacomyal closed 11 years ago

jacomyal commented 11 years ago

Since there are now "fake" asynchronous methods available in scopes (dispatchEvent(), request(), ...), it might be more natural to use a method like update() or set() to update properties than directly adding them into the current scope. Especially since these properties are not in the scope until the user put them by himself to update their values.