From: jaubourg Date: Mon, 31 Jan 2011 13:36:59 +0000 (+0100) Subject: Adds an invert method to promises that returns a "inverted" promise that is resolved... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;ds=sidebyside;h=4e975430510f443ef76a90d077bc8956fb8b8cc0;hp=4e975430510f443ef76a90d077bc8956fb8b8cc0;p=jquery.git Adds an invert method to promises that returns a "inverted" promise that is resolved when the underlying deferred is rejected and rejected when the underlying deferred is resolved. ---