Minor code tweaks

This commit is contained in:
Denys Vuika
2016-04-18 17:21:43 +01:00
parent 78fffbb32e
commit 533b26a36f
3 changed files with 2 additions and 28 deletions
+2 -2
View File
@@ -4,5 +4,5 @@ jspm_packages
.idea
lib
build
src/**/**.js
src/**/*.js.map
*.js
*.js.map
-25
View File
@@ -1,25 +0,0 @@
System.register(['./src/HelloWorld'], function(exports_1, context_1) {
"use strict";
var __moduleName = context_1 && context_1.id;
var HelloWorld_1;
function exportStar_1(m) {
var exports = {};
for(var n in m) {
if (n !== "default") exports[n] = m[n];
}
exports_1(exports);
}
return {
setters:[
function (HelloWorld_1_1) {
HelloWorld_1 = HelloWorld_1_1;
exportStar_1(HelloWorld_1_1);
}],
execute: function() {
exports_1("default",{
directives: [HelloWorld_1.HelloWorld]
});
}
}
});
//# sourceMappingURL=components.js.map
@@ -1 +0,0 @@
{"version":3,"file":"components.js","sourceRoot":"","sources":["components.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;YAGA,oBAAe;gBACX,UAAU,EAAE,CAAC,uBAAU,CAAC;aAC3B,EAAA"}