mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:08:33 +08:00
4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
log("two.js script");
|
|
setTimeout(function () {
|
|
log("two.js timeout -- should occur after two.js load");
|
|
}, 13); |