source:
Dev/trunk/src/client/dojo/NodeList.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 275 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define(["./query"], function(query){ |
2 | // This class is just for documentation purposes, so NodeList shows up well in the API viewer, | |
3 | // and to simplify writing API doc for all the methods that take NodeList as a parameter, or return a NodeList. | |
4 | return query.NodeList; | |
5 | }); | |
6 |
Note: See TracBrowser
for help on using the repository browser.