Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3d4944d

Browse files
committed
Merge pull request #4 from tcarlsen/patch-1
fixing example syntax
2 parents dc44d51 + 0e50e08 commit 3d4944d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/js/latest/quickstart.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ p.
232232
<script>
233233
// Rewrite the paths to load the files
234234
System.paths = {
235-
'angular2/*':'/quickstart/angular2/*.js', // Angular
236-
'rtts_assert/*': '/quickstart/rtts_assert/*.js', //Runtime assertions
235+
'angular2/*': '/quickstart/angular2/*.js', // Angular
236+
'rtts_assert/*': '/quickstart/rtts_assert/*.js', // Runtime assertions
237237
'app': 'app.es6' // The my-app component
238238
};
239239

0 commit comments

Comments
 (0)