Fixes #8277. Sets data to undefined rather than null when it is not provided in ajax...
authorjaubourg <j@ubourg.net>
Tue, 15 Feb 2011 20:47:52 +0000 (21:47 +0100)
committerjaubourg <j@ubourg.net>
Tue, 15 Feb 2011 20:53:38 +0000 (21:53 +0100)
commit1ddfdabbb983e2d3bf7f7200a3da5051f274e6fe
tree8452ff64ac288486092ee947495c9905685391fb
parent8e40a84c24271c0a9253902ceb97185f243a3318
Fixes #8277. Sets data to undefined rather than null when it is not provided in ajax helpers so that it won't revent data set in ajaxSettings from being used. Unit test added.
src/ajax.js
test/unit/ajax.js