Commit graph

63 commits

Author SHA1 Message Date
Violet.Lee
752619e88b
insert missing colon 2019-01-18 19:51:54 +09:00
Ahmad Alfy
a554de470e
fix: missing parentheses causing syntax error 2018-12-29 20:03:11 +02:00
Ilya Kantor
45435ce1bb
Merge pull request #664 from simmayor/introduction-browser-events2
01-introduction-browser-events - Removed duplicate word
2018-12-15 19:08:48 +03:00
Ilya Kantor
f96a3b675e
Merge pull request #665 from simmayor/introduction-browser-events3
01-introduction-browser-events - Fixed spelling and grammar
2018-12-15 19:08:34 +03:00
simmayor
66ef6878b7 Fixed spelling and grammar 2018-12-08 20:56:28 -05:00
simmayor
efafc9121b Removed duplicate word 2018-12-08 20:47:01 -05:00
simmayor
efbf871daf Changed 'fieldInnerCoords' to 'fieldCoords' to match image and text 2018-12-08 20:44:22 -05:00
Ilya Kantor
2667c87c6d
Merge pull request #578 from vvnc/patch-3
Fix a typo
2018-11-03 19:32:09 +03:00
Ilya Kantor
1ee1176df7
Merge pull request #561 from vvnc/patch-2
Fix present simple, remove redundant word
2018-11-03 19:24:31 +03:00
Jerry Smith
55d1a1e8e8
Fix a typo 2018-10-27 21:06:27 +03:00
Ilya Kantor
dc904d122e cleanup 2018-10-22 12:02:28 +03:00
Jerry Smith
6634ecfac3
Fix present simple, remove redundant word 2018-10-21 20:03:34 +03:00
Ilya Kantor
d0fcf522da sketch downgrade to 50 for good arrows, closes #494 2018-10-09 12:00:34 +03:00
Ilya Kantor
aa43deef3b closes #516 2018-10-07 20:19:48 +03:00
Ilya Kantor
d40fbffdaa fix 2018-10-07 16:03:21 +03:00
Ghost-017
75b559f6a8
Update article.md 2018-10-05 13:36:17 +08:00
Tim Scott
cfb455230f
Fixed typo
Fixed a grammatical error at the top of the article.
2018-08-31 14:56:07 +01:00
Ben James
e4a4426ff1 Use gender neutral pronouns 2018-08-02 15:15:35 +01:00
AGCB
8edfab513f
grammar fix 2018-04-12 16:51:50 -07:00
Ilya Kantor
8bb4e5b725
Merge pull request #401 from brentguf/browser-events
Intro to Browser Events
2018-03-31 21:38:06 +03:00
Brent Guffens
82a34d231f
Small typo 2018-03-05 10:18:48 +01:00
Ilya Kantor
9365275467 fixes 2018-03-03 10:34:46 +03:00
Ilya Kantor
be007e78ef remove cut 2018-02-06 13:07:22 +03:00
Ilya Kantor
217eb0e5fa minor 2017-10-14 23:52:37 +03:00
Amanda Bozigian
2d8ae03fb0 Update article.md
Ln 53, "then" --> "than"

Changed: For instance, a `focus` event does not bubble. There are other examples too, we'll meet them. But still it's an exception, rather then a rule, most events do bubble.
To: For instance, a `focus` event does not bubble. There are other examples too, we'll meet them. But still it's an exception, rather than a rule, most events do bubble.
2017-09-28 14:09:27 -07:00
Randy Syring
5eb492e90e Clarify order of bubble/capture handlers on the target
The way the edited paragraph was written, I initially thought the bubble handler on the target would be ran before the capture handler, which seemed odd.  I believe this update clarifies the author's intention and describes better how the handler's actually work.
2017-09-07 23:25:50 -04:00
Ilya Kantor
9f6cb376a0 bugfix 2017-08-26 11:28:57 +02:00
Ilya Kantor
9bba300d69 minor 2017-08-03 15:45:11 +02:00
Ilya Kantor
883a05c7a8 fix 2017-07-17 12:34:52 +03:00
Ilya Kantor
8095b48bcc fixed #90 2017-07-17 12:24:00 +03:00
Ilya Kantor
362483e37f Merge pull request #91 from leighlawhon/patch-2
needs a data-counter
2017-07-13 23:43:22 +03:00
Leigh Lawhon
12054163fb needs a data-counter
button doesn't work without it
2017-07-13 06:53:37 -04:00
Leigh Lawhon
c894a12de3 typo "from" 2017-07-13 06:51:59 -04:00
Ilya Kantor
eca29f5238 minor 2017-07-01 10:39:35 +03:00
Ilya Kantor
b6c7a71d0c fixes 2017-06-19 17:21:26 +03:00
Ilya Kantor
d67c04c22f minor 2017-06-17 19:00:42 +03:00
Ilya Kantor
749e6e164b handleEvent 2017-06-17 18:01:43 +03:00
Ilya Kantor
2f0261b375 Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en 2017-06-14 10:36:02 +03:00
Ilya Kantor
e37d4ac498 fix 2017-06-14 10:35:59 +03:00
reigningmetal
c97f53563c Spelling Continued
Checked some spelling further along in the article files. Made some
small grammatical fixes, but mostly spelling.
2017-06-12 20:26:14 -04:00
Ilya Kantor
acee6949c9 up 2017-06-11 16:24:04 +03:00
yangchuan
b792cf9cd0 fix type fforget 2017-06-05 12:26:27 +08:00
Dennis Dang
c0bd294cd7 Update article.md
Hi,

I suggest a typo correction from "the" to "that" found in the summary. 

- `event.currentTarget` (=`this`) -- the current element <that> handles the event (the one that has the handler on it)

I'm new to github, so I'm welcome to any tips on writing better descriptions and proposals.

Thanks,
2017-05-31 12:05:02 -07:00
Ilya Kantor
1b03278014 minor 2017-04-09 23:17:57 +02:00
Ilya Kantor
a8c678b73e Merge pull request #468 from Adeel-Charolia/patch-3
Typo in "Bubbling and Capturing" Article
2017-03-25 09:33:47 +03:00
Ilya Kantor
dadcf0485c Merge pull request #469 from Adeel-Charolia/patch-4
Typo in "Event Delegation" Article
2017-03-25 09:33:34 +03:00
Adeel-Charolia
2004c00d1c Typo in "Event Delegation" Article 2017-03-25 11:06:45 +05:00
Adeel-Charolia
59223f77f8 Typo in "Bubbling and Capturing" Article 2017-03-25 10:43:17 +05:00
Adeel-Charolia
6158459703 Update article.md
Word Typo Correction
2017-03-25 10:33:11 +05:00
Ilya Kantor
c9401b3104 changes 2017-03-23 11:06:57 +03:00