Commit Graph

10 Commits

Author SHA1 Message Date
8c04af3ab5 Travis build: 181 2018-08-02 20:15:23 +00:00
a24423d5c6 indexOfAll.md returns a functions with shadow vars
It returned a function that accepted the same arguments again that when run again with the same inputs would eventually result
2018-08-02 12:57:02 -07:00
43af1264ee Travis build: 176 [cron] 2018-08-02 19:51:06 +00:00
e8080f45d7 Simplify indexOfAll 2018-08-02 15:36:36 +04:00
dedd2fdd0b Update indexOfAll description
forgot to update description
2018-01-08 13:27:45 -08:00
2629765340 Update indexOfAll snippet return type
Now we're just going to return an empty array. This keeps a consistent return type, does not need checking, and won't break api chaining.

Decision was made because otherwise you'd have to add a filter step or check if the return is not an array. Instead we just want an empty array so it has a consistent API, and no indeces is a valid amount
2018-01-08 13:24:21 -08:00
1009250bdb Travis build: 1057 2018-01-06 11:49:05 +00:00
f450dbaf80 Update indexOfAll.md 2018-01-06 13:44:51 +02:00
571ac3cab4 Update 2018-01-06 16:41:42 +05:30
b441379b84 Rename indexOfAll 2018-01-06 15:37:56 +05:30