add space

This commit is contained in:
Alex Wolfe 2015-03-21 09:25:40 -07:00
parent 0882495d83
commit b14a44cc9c
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ p.
h4 es6-shim h4 es6-shim
p. p.
The <strong>quickstart</strong> repository includes <code>es6-shim.js</code>. The <strong>quickstart</strong> repository includes <code>es6-shim.js</code>.
The es6-shim.js file includes dependencies (such as Traceur) needed to compile The es6-shim.js file includes dependencies (such as Traceur) needed to compile
ES6 in the browser. Traceur is an ES6 compiler that transpiles ES6 to ES5 code. ES6 in the browser. Traceur is an ES6 compiler that transpiles ES6 to ES5 code.
@ -233,7 +233,7 @@ p.
// Rewrite the paths to load the files // Rewrite the paths to load the files
System.paths = { System.paths = {
'angular2/*':'/quickstart/angular2/*.js', // Angular 'angular2/*':'/quickstart/angular2/*.js', // Angular
'rtts_assert/*': '/quickstart/rtts_assert/*.js', //Runtime assertions 'rtts_assert/*': '/quickstart/rtts_assert/*.js', // Runtime assertions
'app': 'app.es6' // The my-app component 'app': 'app.es6' // The my-app component
}; };