mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
isProgressing becomes isPending. Unit tests added.
This commit is contained in:
@@ -21,7 +21,7 @@ jQuery.extend({
|
||||
|
||||
isResolved: doneList.fired,
|
||||
isRejected: failList.fired,
|
||||
isProgressing: function() {
|
||||
isPending: function() {
|
||||
return !progressList.locked();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user