8 lines
256 B
JavaScript
8 lines
256 B
JavaScript
|
//>>built
|
||
|
define("dojox/mobile/EdgeToEdgeList",["dojo/_base/declare","./RoundRectList"],function(_1,_2){
|
||
|
return _1("dojox.mobile.EdgeToEdgeList",_2,{buildRendering:function(){
|
||
|
this.inherited(arguments);
|
||
|
this.domNode.className="mblEdgeToEdgeList";
|
||
|
}});
|
||
|
});
|