source: Dev/trunk/src/client/dojo/NodeList.js @ 525

Last change on this file since 525 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 275 bytes
Line 
1define(["./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.