mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 23:20:42 +08:00
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
define(['dojox/chair'], function (chair) {
|
|
return {
|
|
name: 'dojox/table',
|
|
chairName: chair.name
|
|
};
|
|
});
|