jasmine-ajax/lib
Jay Phillips & Ken Mayer fefef6c56d FakeXMLHttpRequest now defines its functions on this so it can be extended. e.g.
FakeXMLHttpRequest.prototype.parsedParams = function() {
	  return $.deparam(this.params); // Uses jquery-bbq
	};
2011-03-10 11:48:01 -08:00
..
mock-ajax.js FakeXMLHttpRequest now defines its functions on this so it can be extended. e.g. 2011-03-10 11:48:01 -08:00
spec-helper.js Only install Prototype.js glue code if Prototype.js is included; Spec Helper will now install either or both mocking code 2010-09-17 10:10:34 -07:00