Skip to content

Instantly share code, notes, and snippets.

@myitcv
Created November 4, 2015 15:10
Show Gist options
  • Save myitcv/abde649d718bd30685f6 to your computer and use it in GitHub Desktop.
Save myitcv/abde649d718bd30685f6 to your computer and use it in GitHub Desktop.
System.register(["dagre-d3"], function(exports_1) {
function Run() {
console.log("Running browser");
}
exports_1("Run", Run);
return {
setters:[
function (_1) {}],
execute: function() {
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment