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