Documents an attribute.
/**
* @attribute delay
* Sets the delay in milliseconds between an ajax request is made and
* the success and complete handlers are called. This only sets
* functional fixtures. By default, the delay is 200ms.
*/
$.fixture.delay = 200
You can see the end result here.