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

Commit

Permalink
example/jsperf/index.html: fix lodash location (#146)
Browse files Browse the repository at this point in the history
* example/jsperf/index.html: fix lodash location

lodash/index.js won't work in a browser, use lodash/lodash.min.js

* example/jsperf/index.html: use unminified version of lodash

as requested by @jdalton
  • Loading branch information
wojdyr authored and jdalton committed Jul 18, 2016
1 parent 8b1c42b commit 39b4625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/jsperf/index.html
Expand Up @@ -231,7 +231,7 @@ <h2>Add a comment</h2>
&middot; by <a href="https://mathiasbynens.be/" title="Mathias Bynens, front-end web developer">@mathias</a>
</footer>

<script src="../../node_modules/lodash/index.js"></script>
<script src="../../node_modules/lodash/lodash.js"></script>
<script src="../../node_modules/platform/platform.js"></script>
<script src="../../benchmark.js"></script>
<script src="ui.js"></script>
Expand Down

0 comments on commit 39b4625

Please sign in to comment.