mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 02:38:59 +08:00
9 lines
131 B
JavaScript
9 lines
131 B
JavaScript
|
|
define({
|
|
load: function (name, require, onLoad, config) {
|
|
onLoad({
|
|
name: 'nameOnly'
|
|
});
|
|
}
|
|
});
|