Skip to content

jQuery.get: note required callback arg if dataType is provided#691

Closed
arthurvr wants to merge 1 commit into
jquery:masterfrom
arthurvr:CB+datatype
Closed

jQuery.get: note required callback arg if dataType is provided#691
arthurvr wants to merge 1 commit into
jquery:masterfrom
arthurvr:CB+datatype

Conversation

@arthurvr
Copy link
Copy Markdown
Member

Fixes #351.

For .post() this was already done in 4664f1b, but the same thing should be in the jQuery.get() entry as well.

@arthurvr
Copy link
Copy Markdown
Member Author

arthurvr commented Apr 3, 2015

@dmethvin Does this LGTY?

@arthurvr
Copy link
Copy Markdown
Member Author

arthurvr commented Apr 9, 2015

ping @dmethvin or whoever else who wants to give this a review?

@dmethvin
Copy link
Copy Markdown
Member

dmethvin commented Apr 9, 2015

👍

@arthurvr arthurvr closed this in 9f29995 Apr 9, 2015
@arthurvr arthurvr deleted the CB+datatype branch April 9, 2015 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Callback (or null placeholder) is required for .get()/.post() if dataType is provided

3 participants