aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/all-circular4.js
blob: 6924457305fcf7485994683c389b908620526fa3 (plain)
1
2
3
4
5
exports.obj = { circular: 'mess' };
var setter = require('./all-circular3.js');
exports.set = function() {
  setter.setObj();
}