DocumentServer/OfficeWeb/vendor/requirejs/tests/error/d.js

8 lines
84 B
JavaScript
Raw Normal View History

2015-04-28 14:59:00 +00:00
define(['b'], function (b) {
return {
name: 'd',
b: b
};
});