source:
Dev/trunk/src/client/dojo/NodeList.js
@
527
Last change on this file since 527 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 275 bytes |
Line | |
---|---|
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.