mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 21:30:02 +08:00
4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
define('index', ['a'], function (a) {
|
|
a.modified = true;
|
|
});
|