You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
It seems to me, that current callbacks in
jQueryDataHttpRequesthave incorrect arguments. For instance:jqXHR.failin the jQuery docs takesfunction( jqXHR, textStatus, errorThrown ) {}, however Saltarelle's jQueryDataHttpRequest takesTDataas the first argument in itsFailmethod.