mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 01:53:55 +08:00
9 lines
225 B
JavaScript
9 lines
225 B
JavaScript
define(['specificCollection', 'bigCollection'], function (specificCollection, bigCollection) {
|
|
|
|
return {
|
|
name: 'app',
|
|
specificCollection: specificCollection,
|
|
bigCollection: bigCollection
|
|
}
|
|
});
|