Documentation for a historical release of Infusion: 1.3
Please view the Infusion Documentation site for the latest documentation.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

fluid.clear

fluid.clear(target)

Clears an object or array of its contents. For objects, each property is deleted.

Arguments

  • target {Object|Array}: Either an object or an array whose contents you wish to clear

Return Value

No Return Value