Skip to content

Xhrfields fix#7

Open
alex-hutton wants to merge 2 commits intoerithmetic:masterfrom
infoxchange:xhrfields-fix
Open

Xhrfields fix#7
alex-hutton wants to merge 2 commits intoerithmetic:masterfrom
infoxchange:xhrfields-fix

Conversation

@alex-hutton
Copy link

No description provided.

Alex Hutton added 2 commits November 4, 2014 15:15
xhr was not in scope. xdr was intended. This is fixed.
Using $.extend() means we do not have to specify each field.
Renamed xhrFields to xdrFields. As this is what they are.
Fomerly, property names were unnecessarily translated:
	xhrFields.error -> xhr.onerror
	xhrFields.timeout -> xhr.ontimeout
Now there is no translation, use the exact names:
	xdrFields.onerror -> xdr.onerror
	xdrFields.ontimeout -> xdr.ontimeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant