mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:21:28 +08:00
5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
define("red", function () {
|
|
return {
|
|
name: "red"
|
|
};
|
|
}); |