yzt
2023-05-26 2f70f6727314edd84d8ec2bfe3ce832803f1ea77
1
2
3
4
5
define(["./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;
});