dashboard
repositories
filestore
activity
search
login
main
/
pyhmap
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
坡度分析 暂时不可关闭 可刷新页面取消工具
liuyg
2021-06-17
2f4ba4558f75706cd80752dd78a80bb308312933
[pyhmap.git]
/
corelib
/
dgrid
/
OnDemandGrid.js
1
2
3
4
5
6
7
define([
'dojo/_base/declare',
'./Grid',
'./OnDemandList'
], function (declare, Grid, OnDemandList) {
return declare([ Grid, OnDemandList ], {});
});