summaryrefslogtreecommitdiff
path: root/lib/dojo/NodeList.js.uncompressed.js
blob: 680e3256fbfa3251334bd23b241b250c48947bfa (plain)
1
2
3
4
5
6
define("dojo/NodeList", ["./query"], function(query){
	// This class is just for documentation purposes, so NodeList shows up well in the API viewer,
	// and to simplify writing API doc for all the methods that take NodeList as a parameter, or return a NodeList.
	return query.NodeList;
});