Indent nit.

This commit is contained in:
John-David Dalton
2017-03-01 23:02:11 -08:00
parent e2096c0ef1
commit a2fe303463

View File

@@ -9,7 +9,7 @@
*/
function baseSlice(array, start, end) {
let index = -1,
length = array.length
length = array.length
if (start < 0) {
start = -start > length ? 0 : (length + start)