Fix typo in _.once test.

This commit is contained in:
John-David Dalton
2014-03-29 13:12:05 -07:00
parent 539c10883b
commit 4d337f0bee

View File

@@ -6141,7 +6141,7 @@
var once = _.once(function() {
count++;
func();
once();
});
once();