Skip to content

Commit 3654fa9

Browse files
authored
Update article.md
1 parent dd2e2b9 commit 3654fa9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

2-ui/2-events/05-dispatch-events/article.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
```js
1717
let event = new Event(type[, options]);
1818
```
19-
2019
پارامتر ها:
2120

2221
- *type*: event type, یک رشته مانند `"click"` .
@@ -49,7 +48,6 @@ let event = new Event(type[, options]);
4948
ویژگی 'event.isTrusted' برای رویدادهایی که از اقدامات کاربر واقعی ناشی می شوند 'true' و برای رویدادهای تولید شده توسط اسکریپت 'false' است.
5049
```
5150

52-
5351
## مثالی از Bubbling
5452

5553

0 commit comments

Comments
 (0)