working examples

This commit is contained in:
Andrew
2015-03-23 09:18:36 -06:00
parent 1048d50891
commit a883fab519
10 changed files with 85 additions and 111 deletions

View File

@ -1,12 +1,12 @@
System.config({
traceurOptions: {
annotations: true,
types: true,
memberVariables: true
},
"paths": {
"*": "*.js",
"github:*": "/jspm_packages/github/*.js"
},
"traceurOptions": {
"annotations": true,
"types": true,
"memberVariables": true
}
});