Simplify _.flatten and add benchmarks.

Former-commit-id: f541328bf680a75abea68bce813820def375f4a0
This commit is contained in:
John-David Dalton
2012-05-23 02:19:35 -04:00
parent 26d9cc972e
commit 5315058e2d
3 changed files with 53 additions and 9 deletions

View File

@@ -12,11 +12,11 @@
</style>
</head>
<body>
<script src="../lodash.min.js"></script>
<script src="../lodash.js"></script>
<script>
var lodash = _.noConflict();
</script>
<script src="../vendor/underscore/underscore-min.js"></script>
<script src="../vendor/underscore/underscore.js"></script>
<script src="../vendor/benchmark.js/benchmark.js"></script>
<script src="../vendor/firebug-lite/src/firebug-lite-debug.js"></script>
<script>