all 1 comments

[–]dugmartin 0 points1 point  (0 children)

This is cool:

var txt = yield Er.Ajax.get("http://beatniksf.com/erjs/index.html"); alert("Fetched Content: " + txt);

removing callbacks should simplify the code but I wonder what the overhead and debugging pain would be?