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

Commit

Permalink
fix: js path in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored and btford committed Aug 21, 2015
1 parent 09d3303 commit c7a2ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/counting.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Counting Pending Tasks</title>
<link rel="stylesheet" href="css/style.css">
<script src="../dist/zone.js"></script>
<script src="counting-zone.js"></script>
<script src="js/counting-zone.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion example/except.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Except Zone</title>
<link rel="stylesheet" href="css/style.css">
<script src="../dist/zone.js"></script>
<script src="except-zone.js"></script>
<script src="js/except-zone.js"></script>
</head>
<body>

Expand Down

0 comments on commit c7a2ed9

Please sign in to comment.