Fix aliasMap typo.

This commit is contained in:
John-David Dalton
2015-10-22 22:49:56 -07:00
parent 0d4d740961
commit 643ffce289

View File

@@ -4,7 +4,7 @@ module.exports = {
'aliasMap': {
'forEach': ['each'],
'forEachRight': ['eachRight'],
'first': ['head']
'head': ['first']
},
/** Used to map method names to their iteratee ary. */