Move flow and flowRight to checkFuncs.

This commit is contained in:
John-David Dalton
2016-01-01 11:15:54 -06:00
parent cfe05b7d34
commit 30d9cb9a4a

View File

@@ -22877,6 +22877,8 @@
'defer',
'delay',
'flip',
'flow',
'flowRight',
'memoize',
'negate',
'once',
@@ -22903,8 +22905,6 @@
];
var rejectFalsey = [
'flow',
'flowRight',
'tap',
'thru'
].concat(checkFuncs);