yzt
2023-05-26 de4278af2fd46705a40bac58ec01122db6b7f3d7
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;
});