Update test and perf scripts.

Former-commit-id: 434935e332ec03dfd370efcd191b3f9aff5a9387
This commit is contained in:
John-David Dalton
2013-02-08 00:58:26 -08:00
parent e78df4d981
commit 6d1c6dfd16
5 changed files with 29 additions and 20 deletions

View File

@@ -13,7 +13,7 @@
/** Load Lo-Dash */
var lodash =
window.lodash || (
lodash = load('../lodash.js') || window._,
lodash = load('../dist/lodash.js') || window._,
lodash = lodash._ || lodash,
lodash.noConflict()
);