summaryrefslogtreecommitdiff
path: root/lib/dojo/_base/query.js
blob: 9ae4bf29c56645f6a8729c57ac3bfa1563af2385 (plain)
1
2
3
4
5
6
7
8
/*
	Copyright (c) 2004-2016, The JS Foundation All Rights Reserved.
	Available via Academic Free License >= 2.1 OR the modified BSD license.
	see: http://dojotoolkit.org/license for details
*/

//>>built
define("dojo/_base/query",["../query","./NodeList"],function(_1){return _1;});