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

Inconsistency in API - .request() #1

Closed jacomyal closed 11 years ago

jacomyal commented 11 years ago

When manipulating the instance of domino, domInst.request('anyService'), it returns the instance itself, but when calling .request() inside functions (hacks, ...) it does not.