Skip to content

Commit 7f635c5

Browse files
committed
minor
1 parent fb51857 commit 7f635c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/6-objects-more/7-bind/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function bind(func, context) {
108108

109109
Посмотрим, что она делает, как работает, на таком примере:
110110

111-
```js run
111+
```js
112112
function f() {
113113
alert( this );
114114
}

0 commit comments

Comments
 (0)