mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
8 lines
75 B
JavaScript
8 lines
75 B
JavaScript
define("alpha",
|
|
function() {
|
|
return {
|
|
version: 1
|
|
};
|
|
}
|
|
);
|