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

Dealing with asynchronous actions inside domino hacks #4

Closed jacomyal closed 11 years ago

jacomyal commented 11 years ago

When using an asynchronous action inside a hack, the "pseudo-methods" this.request(), this.dispatchEvent() etc are still existing, but of course are just useless.*

It might be better to throw errors when they are called lately.