web-apps/vendor/requirejs/tests/packages/pkgs/dojox/table/table.js

7 lines
126 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
define(['dojox/chair'], function (chair) {
return {
name: 'dojox/table',
chairName: chair.name
};
});