Skip to content

Commit fd3049c

Browse files
author
Eetay Natan
committed
linting
1 parent d105c13 commit fd3049c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/promise-pool.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function randomTimeout() {
66
}
77

88
function makePromise(i, timeout = 0) {
9-
closure = function () {
9+
const closure = function () {
1010
var context = {}
1111
var promise = new Promise(function (resolve, _reject) {
1212
setTimeout(() => {

0 commit comments

Comments
 (0)