Hide unused element in backbone.html and make perf tests use the minified versions of each lib.

Former-commit-id: 45cfd91d41dc454399be35004ed8bcf5d6293554
This commit is contained in:
John-David Dalton
2012-05-20 19:12:22 -04:00
parent a9d55121bb
commit 9a81df6d77
3 changed files with 8 additions and 8 deletions

View File

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