mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Bump to v3.7.0.
This commit is contained in:
@@ -18,7 +18,7 @@ import before from './before';
|
||||
* // `initialize` invokes `createApplication` once
|
||||
*/
|
||||
function once(func) {
|
||||
return before(func, 2);
|
||||
return before(2, func);
|
||||
}
|
||||
|
||||
export default once;
|
||||
|
||||
Reference in New Issue
Block a user