Revert lodash path in test/index.html.

This commit is contained in:
John-David Dalton
2016-01-15 21:29:44 -08:00
parent 17b9646c0b
commit 2e02636fc1

View File

@@ -22,7 +22,7 @@
};
}
</script>
<script src="../node_modules/lodash/lodash.js"></script>
<script src="../node_modules/lodash/index.js"></script>
<script>var lodashStable = _.noConflict();</script>
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
<script src="../node_modules/qunit-extras/qunit-extras.js"></script>