mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
define({
|
|
stdio: {
|
|
//Funky list args to appease Safari
|
|
print: function (a, b) {
|
|
console.log(a, b);
|
|
}
|
|
}
|
|
});
|