liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
1
2
//>>built
define(["dojo/_base/declare","./RoundRectCategory"],function(a,b){return a("dojox.mobile.EdgeToEdgeCategory",b,{buildRendering:function(){this.inherited(arguments);this.domNode.className="mblEdgeToEdgeCategory";this.type&&"long"==this.type&&(this.domNode.className+=" mblEdgeToEdgeCategoryLong")}})});