Commit Graph

20 Commits

Author SHA1 Message Date
Mathias Bynens
8ee50178f3 Avoid confusing prototype methods for static methods
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)

This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00
30secondsofcode
69b1342806 Travis build: 1101 2018-01-09 12:24:24 +00:00
30secondsofcode
ba910cfe33 Travis build: 1099 2018-01-09 12:19:51 +00:00
Angelos Chalaris
c7310ca70b Update createEventHub.md 2018-01-09 14:17:33 +02:00
atomiks
a098cc6331 Update createEventHub.md 2018-01-09 09:32:47 +11:00
atomiks
b906114c10 Update createEventHub.md 2018-01-09 09:21:32 +11:00
atomiks
bdae0ed89f Update createEventHub.md 2018-01-09 09:17:15 +11:00
atomiks
409a05e52c More extensive examples 2018-01-09 09:15:59 +11:00
atomiks
da99919b6d Update createEventHub.md 2018-01-09 08:42:54 +11:00
atomiks
2961ba996a Update createEventHub.md 2018-01-09 08:02:35 +11:00
atomiks
af23b5d947 cache the getting 2018-01-09 05:58:58 +11:00
atomiks
f18b4942b9 Update createEventHub.md 2018-01-09 05:46:17 +11:00
atomiks
823236dbf7 Use Map instead 2018-01-09 05:44:23 +11:00
atomiks
c2fcbe6d20 Update createEventHub.md 2018-01-06 07:42:11 +11:00
atomiks
217bf29360 Update createEventHub.md 2018-01-06 01:26:07 +11:00
atomiks
4b6b5743c5 silence error for emit 2018-01-06 00:30:47 +11:00
atomiks
9f7fc75c4f fix index typo 2018-01-06 00:26:30 +11:00
atomiks
c2140cb3aa Update createEventHub.md 2018-01-06 00:18:41 +11:00
atomiks
3ac45b6be3 Update createEventHub.md 2018-01-06 00:09:51 +11:00
atomiks
3bb85243ad Add createEventHub 2018-01-06 00:07:26 +11:00