Rename basicXYZ functions to baseXYZ, extract _.clone, _.merge, _.isEqual functions into their own baseXYZ functions, and rework createBound to flatten multiple calls.

Former-commit-id: 8efa6004d747103e9ec6507755fa6ffceb01b16f
This commit is contained in:
John-David Dalton
2013-07-21 12:32:02 -07:00
parent 56ae4dcd12
commit 65227f601e
4 changed files with 646 additions and 623 deletions

View File

@@ -3836,6 +3836,7 @@
'after',
'bind',
'bindAll',
'bindKey',
'compose',
'debounce',
'defer',