Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JsAaron/jQuery
/ resolve
Function
resolve
2.1.1/src/queue.js:117–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
elements = this,
116
i = this.length,
117
resolve =
function
() {
118
if
( !( --count ) ) {
119
defer.resolveWith( elements, [ elements ] );
120
}
121
};
122
123
if
( typeof
type
!==
"string"
) {
124
obj =
type
;
Callers
1
queue.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected