Huw Jones
Results
2
issues of
Huw Jones
I know you specifically state the class is for handling Async functions but I just ran in to this issue... ``` function aSync (val) { var dfd = Ext.create ('Ext.ux.Deferred')...
I've got the chaining part of my code working with your library - thanks because it really does simplify things! But I still have a problem handling the failure case....