web-apps/vendor/requirejs/tests/circular/transpiler/c.refine

5 lines
103 B
Plaintext
Raw Normal View History

2016-03-11 00:48:53 +00:00
refine(['refine!a', 'exports'], function (a, exports) {
exports.name = 'c';
exports.a = a;
});