回答編集履歴
2
訂正
test
CHANGED
File without changes
|
1
訂正
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
```javascript
|
38
38
|
|
39
|
-
if ("bind" in Function.prototype)
|
39
|
+
if ("bind" in Function.prototype) {
|
40
40
|
|
41
41
|
}
|
42
42
|
|