mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Fix typo in _.once test.
This commit is contained in:
@@ -6141,7 +6141,7 @@
|
|||||||
|
|
||||||
var once = _.once(function() {
|
var once = _.once(function() {
|
||||||
count++;
|
count++;
|
||||||
func();
|
once();
|
||||||
});
|
});
|
||||||
|
|
||||||
once();
|
once();
|
||||||
|
|||||||
Reference in New Issue
Block a user