Optimize this binding in iterator methods and remove _.bind as a dependency for several methods.

Former-commit-id: 60af002cd80758fea81fbff9c2b20b1ccf3ccffd
This commit is contained in:
John-David Dalton
2012-05-31 10:14:01 -05:00
parent f13a0cc7e0
commit b432721fe5
3 changed files with 41 additions and 26 deletions

View File

@@ -9,7 +9,6 @@
var compiledVars = [
'accumulator',
'arrayClass',
'bind',
'callback',
'className',
'collection',
@@ -19,6 +18,7 @@
'hasOwnProperty',
'identity',
'index',
'iteratorBind',
'length',
'object',
'objectTypes',