]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/NodeList.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dojo / NodeList.js.uncompressed.js
1 define("dojo/NodeList", ["./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