mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
define([], function() {
|
|
doh.register(
|
|
"testBaseUrl",
|
|
[
|
|
function testBaseUrl(t){
|
|
t.is(true, true);
|
|
}
|
|
]
|
|
);
|
|
doh.run();
|
|
}); |