add author

This commit is contained in:
Florian Dold 2016-03-01 19:46:20 +01:00
parent 5c600904f5
commit 51e5c43506

View File

@ -17,6 +17,8 @@
/**
* Boilerplate to initialize the module system and call main()
*
* @author Florian Dold
*/
"use strict";
@ -75,4 +77,4 @@ System.import(me)
.catch((e) => {
console.log("trampoline failed");
console.error(e.stack);
});
});