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

7 lines
83 B
JavaScript
Raw Normal View History

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