NodeList.js 275 B

123456
  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. });