Tweak docs for _.cloneDeep, _.bindAll, _.reduce, and _.sortBy.

Former-commit-id: a5d73e6ef174a743e05c0ef85414b899deea7815
This commit is contained in:
John-David Dalton
2013-02-07 23:35:34 -08:00
parent d28036ee91
commit a757b4d5dc
8 changed files with 5269 additions and 114 deletions

View File

@@ -18,7 +18,7 @@
// expose Lo-Dash build file path
ui.buildPath = (function() {
switch (build) {
case 'lodash-prod': return 'lodash.min.js';
case 'lodash-prod': return 'dist/lodash.compat.min.js';
case 'lodash-underscore': return 'dist/lodash.underscore.min.js';
case 'lodash-modern': return 'dist/lodash.min.js';
case 'lodash-modern-debug': return 'dist/lodash.js';