mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +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