Update build to add _.findWhere as an alias of _.find for the underscore build.

Former-commit-id: 0b772c30749c9af6ddc20b7b786f282ea93b63ce
This commit is contained in:
John-David Dalton
2013-01-30 00:39:33 -08:00
parent 812b848daf
commit 9763b6e2cf
2 changed files with 19 additions and 4 deletions

View File

@@ -193,7 +193,8 @@
// properties used by the `backbone` and `underscore` builds
'__chain__',
'chain'
'chain',
'findWhere'
];
/*--------------------------------------------------------------------------*/