mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 23:47:46 +08:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
define(['a'], function (a) {
|
|
return {
|
|
name: 'hasDefineError',
|
|
broken: a.doesNotExist.blowsUp
|
|
};
|
|
});
|