@property DocumentJS.tags.property
Documents a property of a parent object.
@property {TYPE} NAME [TITLE]
Documents a
property named NAME
of type {TYPE}
.
/**
* @property {Number} 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