You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/lib/dijit/hccss.js

2 lines
206 B
JavaScript

//>>built
define("dijit/hccss",["dojo/dom-class","dojo/hccss","dojo/domReady","dojo/_base/window"],function(_1,_2,_3,_4){_3(function(){if(_2("highcontrast")){_1.add(_4.body(),"dijit_a11y");}});return _2;});