bitovi/universal.js

u.Deferred should comply with Promise/A+ API

Opened this issue · 1 comments

We should use a u.Deferred implementation that is similar to jQuerys but complies to the Promises/A+ specification.

I would go with Promiscuous, less than 1kb minified, full Promise/A+ support.