mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 05:03:55 +08:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
var B = {
|
|
name: 'b',
|
|
aValue: A.name,
|
|
dValue: new D()
|
|
};
|
|
//ending comment
|