mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 00:06:32 +08:00
8 lines
78 B
JavaScript
8 lines
78 B
JavaScript
var e = {
|
|
nested: {
|
|
e: {
|
|
name: 'e'
|
|
}
|
|
}
|
|
};
|