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


if(!dojo._hasResource["dijit._base.sniff"]){
dojo._hasResource["dijit._base.sniff"]=true;
dojo.provide("dijit._base.sniff");
dojo.require("dojo.uacss");
}