isProgressing becomes isPending. Unit tests added.

This commit is contained in:
jaubourg
2011-10-04 12:08:46 -04:00
parent 11b76147c2
commit 749d32a290
2 changed files with 5 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jQuery.extend({
isResolved: doneList.fired,
isRejected: failList.fired,
isProgressing: function() {
isPending: function() {
return !progressList.locked();
},