Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from ozten/xhr-bug
Browse files Browse the repository at this point in the history
docs(example): fix xml-http-request example

* Fix path to zone.js.
* Remove reference to missing patch.js
  • Loading branch information
btford committed May 29, 2014
2 parents 4d0cd8a + 8907b9e commit 3a27502
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/xml-http-request.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<meta charset="utf-8">
<title>HTTP requests with Zones</title>
<link rel="stylesheet" href="style.css">
<script src="zone.js"></script>
<script src="patch.js"></script>
<script src="../zone.js"></script>
</head>
<body>

Expand Down

0 comments on commit 3a27502

Please sign in to comment.