Commit Graph

24 Commits

Author SHA1 Message Date
27c168ce55 Bake date into snippets 2021-06-13 13:55:00 +03:00
53c16dbf65 Apply new format to snippets and template 2020-09-15 21:52:00 +03:00
611729214a Snippet format update
To match the starter (for the migration)
2019-08-13 10:29:12 +03:00
472546d0db Fix memory leak in createEventHub Issue #952 2019-05-29 20:51:41 +02:00
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
69b1342806 Travis build: 1101 2018-01-09 12:24:24 +00:00
ba910cfe33 Travis build: 1099 2018-01-09 12:19:51 +00:00
c7310ca70b Update createEventHub.md 2018-01-09 14:17:33 +02:00
a098cc6331 Update createEventHub.md 2018-01-09 09:32:47 +11:00
b906114c10 Update createEventHub.md 2018-01-09 09:21:32 +11:00
bdae0ed89f Update createEventHub.md 2018-01-09 09:17:15 +11:00
409a05e52c More extensive examples 2018-01-09 09:15:59 +11:00
da99919b6d Update createEventHub.md 2018-01-09 08:42:54 +11:00
2961ba996a Update createEventHub.md 2018-01-09 08:02:35 +11:00
af23b5d947 cache the getting 2018-01-09 05:58:58 +11:00
f18b4942b9 Update createEventHub.md 2018-01-09 05:46:17 +11:00
823236dbf7 Use Map instead 2018-01-09 05:44:23 +11:00
c2fcbe6d20 Update createEventHub.md 2018-01-06 07:42:11 +11:00
217bf29360 Update createEventHub.md 2018-01-06 01:26:07 +11:00
4b6b5743c5 silence error for emit 2018-01-06 00:30:47 +11:00
9f7fc75c4f fix index typo 2018-01-06 00:26:30 +11:00
c2140cb3aa Update createEventHub.md 2018-01-06 00:18:41 +11:00
3ac45b6be3 Update createEventHub.md 2018-01-06 00:09:51 +11:00
3bb85243ad Add createEventHub 2018-01-06 00:07:26 +11:00