Skip to content

Commit

Permalink
Don't include min for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jan 30, 2017
1 parent 2f76b62 commit db2c280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<h1>Global Mercator</h1>
<h2>Open Console</h2>
<script src="https://unpkg.com/global-mercator/global-mercator.min.js"></script>
<script src="https://unpkg.com/global-mercator/global-mercator.js"></script>
<script>
console.log("mercator.tileToBBox([10, 15, 8]) >>", mercator.tileToBBox([10, 15, 8]))
</script>
Expand Down

0 comments on commit db2c280

Please sign in to comment.