Bones/node_modules/systemjs/test/tests/all-layers3.js
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

18 lines
301 B
JavaScript

System.register(["./all-layers2.js", "./all-layers4.js"], function($__export) {
"use strict";
var c, p;
return {
setters: [
function(m) {
p = m.p;
},
function(m) {
$__export('c', c = m.c);
}
],
execute: function() {
p();
}
};
});