mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Bump to v3.6.0.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
define(['../internal/createComposer'], function(createComposer) {
|
||||
define(['../internal/createFlow'], function(createFlow) {
|
||||
|
||||
/**
|
||||
* This method is like `_.flow` except that it creates a function that
|
||||
@@ -20,7 +20,7 @@ define(['../internal/createComposer'], function(createComposer) {
|
||||
* addSquare(1, 2);
|
||||
* // => 9
|
||||
*/
|
||||
var flowRight = createComposer(true);
|
||||
var flowRight = createFlow(true);
|
||||
|
||||
return flowRight;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user