Skip to content

Commit

Permalink
fix #6: JavaScript in underscore.string v2.4.0 has been relocated
Browse files Browse the repository at this point in the history
Cause: esamattis/underscore.string@c3088d4#diff-0fd4ef892d9d4990033701887c2f9bcc

Rationale: esamattis/underscore.string#193
  • Loading branch information
Mithgol committed Jan 14, 2015
1 parent b76d262 commit 62b426a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="jq/jquery.scrollTo.min.js"></script>
<script src="bootstrap/js/bootstrap.js"></script>
<script src="node_modules/underscore/underscore.js"></script>
<script src="node_modules/underscore.string/dist/underscore.string.min.js"></script>
<script src="node_modules/underscore.string/lib/underscore.string.js"></script>
<script src="node_modules/array.prototype.find/index.js"></script>
<script>
_.mixin(_.str.exports());
Expand Down

0 comments on commit 62b426a

Please sign in to comment.