Skip to content

Commit 5f3bc27

Browse files
Explain Legacy IE incompatability
1 parent 0cbdf51 commit 5f3bc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/function/closures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ the setTimeout function, which passes these arguments to the callback.
105105
}, 1000, i);
106106
}
107107

108-
Some legacy JS environments do not support this, however.
108+
Some legacy JS environments (Internet Explorer 9 & below) do not support this.
109109

110110
There's yet another way to accomplish this by using `.bind`, which can bind
111111
a `this` context and arguments to function. It behaves identically to the code

0 commit comments

Comments
 (0)