Renaming qs and system link

This commit is contained in:
David East 2015-03-05 00:19:33 -08:00
parent 0e6a738a41
commit 9727d2147c

View File

@ -45,7 +45,7 @@ p.
h4 es6-shim h4 es6-shim
p. p.
The <strong>quickstart</strong> 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.
@ -213,14 +213,13 @@ p.
p. p.
The last step is to load the module for the <code>my-app</code> component. The last step is to load the module for the <code>my-app</code> component.
To do this, we'll use the System library, To do this, we'll use the System library, which is included in the quickstart repository.
which is included in es6-shim.
.l-sub-section .l-sub-section
h3 System.js h3 System.js
p. p.
System is a third-party open-source library that <a href="https://github.com/systemjs/systemjs">System</a> is a third-party open-source library that
adds ES6 module loading functionality to browsers. adds ES6 module loading functionality to browsers.
p. p.