Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xhrfields fix #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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