webui-aria2/js/libs/dojox/mobile/EdgeToEdgeCategory.js

8 lines
272 B
JavaScript
Raw Normal View History

//>>built
define("dojox/mobile/EdgeToEdgeCategory",["dojo/_base/declare","./RoundRectCategory"],function(_1,_2){
return _1("dojox.mobile.EdgeToEdgeCategory",_2,{buildRendering:function(){
this.inherited(arguments);
this.domNode.className="mblEdgeToEdgeCategory";
}});
});