MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / rejectWith

Method rejectWith

libs/jquery.d.ts:130–130  ·  view source on GitHub ↗
(context: any, ...args: any[])

Source from the content-addressed store, hash-verified

128
129 reject(...args: any[]): JQueryDeferred<T>;
130 rejectWith(context: any, ...args: any[]): JQueryDeferred<T>;
131
132 resolve(val: T): JQueryDeferred<T>;
133 resolve(...args: any[]): JQueryDeferred<T>;

Callers 2

kFunction · 0.80
erFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected