8 lines
272 B
JavaScript
8 lines
272 B
JavaScript
//>>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";
|
|
}});
|
|
});
|