"then" renamed "complete" and new "then" method defined using "complete" and "fail...
authorjaubourg <j@ubourg.net>
Wed, 5 Jan 2011 03:29:30 +0000 (04:29 +0100)
committerjaubourg <j@ubourg.net>
Wed, 5 Jan 2011 03:29:30 +0000 (04:29 +0100)
commitcbf591152c9f61381e552c9a15bb7c339f1451a9
treebc3519a7bc403d2232d4044cc4d5d165caaeed8f
parent4ab94a578ee7760c4e44bafa56139af82c40028b
"then" renamed "complete" and new "then" method defined using "complete" and "fail" internally. The API is still symetrical (complete/fail), still promotes AOP but is also now Promise/A compliant. Changed unit tests and ajax module accordingly.
src/ajax.js
src/core.js
test/unit/core.js