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

Uncaught error when "expect" callback fails #28

Closed jacomyal closed 11 years ago

jacomyal commented 11 years ago

I am working with RPC services, so I am using the expect methods. And when the expect fails, the error callback is supposed to be triggered.

Instead, I have the following uncaught error: Uncaught TypeError: Object #<Object> has no method 'xhr'

I think it comes from here.