dashboard
repositories
filestore
activity
search
login
main
/
pyhmap
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
分屏的关闭事件,相关样式调整
shuishen
2021-06-04
a239631f7bbd0c17037c31d3fcb04504ab317c51
[pyhmap.git]
/
corelib
/
dgrid
/
test
/
data
/
testStore.js
1
2
3
4
5
6
define([
'./createSyncStore',
'./genericData'
], function (createSyncStore, genericData) {
return createSyncStore({ data: genericData });
});