web-apps/vendor/requirejs/tests/circular/transpiler/c.refine
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

5 lines
103 B
Plaintext

refine(['refine!a', 'exports'], function (a, exports) {
exports.name = 'c';
exports.a = a;
});