Login Register Help
API Documentation
Choose a stylesheet:

Functiondojo.NodeList.empty (returns dojo.NodeList)

dojo.require("dojo._base.NodeList");
clears all content from each node in the list. Effectively equivalent to removing all child nodes from every item in the list.

Usage

var foo: dojo.NodeList=dojo.NodeList.empty();