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

Commit 39b4625

Browse files
wojdyrjdalton
authored andcommitted
example/jsperf/index.html: fix lodash location (#146)
* 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
1 parent 8b1c42b commit 39b4625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/jsperf/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h2>Add a comment</h2>
231231
&middot; by <a href="https://mathiasbynens.be/" title="Mathias Bynens, front-end web developer">@mathias</a>
232232
</footer>
233233

234-
<script src="../../node_modules/lodash/index.js"></script>
234+
<script src="../../node_modules/lodash/lodash.js"></script>
235235
<script src="../../node_modules/platform/platform.js"></script>
236236
<script src="../../benchmark.js"></script>
237237
<script src="ui.js"></script>

0 commit comments

Comments
 (0)