zengh
2020-11-13 0b45c0c42fe3f218f282d57627cbdae22774403c
1
2
3
4
5
6
7
define([
    'dojo/_base/declare',
    './Grid',
    './OnDemandList'
], function (declare, Grid, OnDemandList) {
    return declare([ Grid, OnDemandList ], {});
});