mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Update _.createCallback dependencies and fix typo in removeFromCreateIterator.
Former-commit-id: 8478aadcdcb3fbf30a481de1bc515510959a2396
This commit is contained in:
@@ -4297,7 +4297,7 @@
|
||||
end = start;
|
||||
start = 0;
|
||||
}
|
||||
// use `Array(length)` so V8 will avoid the slower "dictionary" mode
|
||||
// use `Array(length)` so engines, like Chakra and V8, avoid slower modes
|
||||
// http://youtu.be/XAqIpGU8ZZk#t=17m25s
|
||||
var index = -1,
|
||||
length = nativeMax(0, ceil((end - start) / step)),
|
||||
|
||||
Reference in New Issue
Block a user