Make tests pass for modularized build and create a working lodash module.

Former-commit-id: 44cbac15f62e4f727ae0eec963cefd2498ee62ca
This commit is contained in:
John-David Dalton
2013-08-03 13:13:43 -07:00
parent 1732c16778
commit 56346f2a52
3 changed files with 189 additions and 115 deletions

View File

@@ -117,8 +117,11 @@
],
'Chaining': [
'chain',
'lodash',
'tap',
'value'
'wrapperChain',
'wrapperToString',
'wrapperValueOf'
],
'Collections': [
'at',
@@ -254,6 +257,7 @@
'keys',
'last',
'lastIndexOf',
'lodash',
'map',
'max',
'min',