mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 22:26:40 +08:00
8 lines
74 B
JavaScript
8 lines
74 B
JavaScript
define("beta",
|
|
function() {
|
|
return {
|
|
version: 1
|
|
};
|
|
}
|
|
);
|