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', 'defer',
'delay', 'delay',
'flip', 'flip',
'flow',
'flowRight',
'memoize', 'memoize',
'negate', 'negate',
'once', 'once',
@@ -22903,8 +22905,6 @@
]; ];
var rejectFalsey = [ var rejectFalsey = [
'flow',
'flowRight',
'tap', 'tap',
'thru' 'thru'
].concat(checkFuncs); ].concat(checkFuncs);