webui-aria2/js/libs/dojox/mobile/EdgeToEdgeList.js
2012-05-01 19:52:07 +08:00

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";
}});
});