7 lines
126 B
JavaScript

define(['dojox/chair'], function (chair) {
return {
name: 'dojox/table',
chairName: chair.name
};
});