web-apps/vendor/requirejs/tests/error/c.js

7 lines
83 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
define(['a'], function (a) {
return {
name: 'c',
a: a
};
});