Commit Graph

17 Commits

Author SHA1 Message Date
c0f5d12fbe Travis build: 597 [cron] 2018-10-04 20:18:24 +00:00
bf35deabc8 Travis build: 574 [cron] 2018-10-01 20:16:38 +00: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
a582850d3d Travis build: 527 [cron] 2018-09-25 20:13:48 +00:00
5db73f463e Travis build: 475 [cron] 2018-09-18 20:12:19 +00:00
ba785feca6 build 2018-09-14 15:15:41 +02:00
5597480a17 rebuild README 2018-09-14 13:00:38 +02:00
43af1264ee Travis build: 176 [cron] 2018-08-02 19:51:06 +00:00
76b2582c8e Travis build: 1751 [cron] 2018-02-26 20:28:33 +00:00
998af8f9e2 Travis build: 1572 [cron] 2018-02-04 20:17:40 +00:00
871830c6d0 Travis build: 1329 [cron] 2018-01-21 20:11:28 +00:00
e0e30a6108 Travis build: 1297 [cron] 2018-01-17 20:11:19 +00:00
f076160341 Fixed snippet archiver build and generated README 2018-01-16 16:23:25 +02:00
951509906e Travis build: 1242 [cron] 2018-01-15 20:08:35 +00:00
763a738438 Travis build: 1118 [cron] 2018-01-09 20:43:29 +00:00
47aa3cf7b7 Travis build: 1115 [custom] 2018-01-09 13:27:42 +00:00
4060edf42e Travis build: 1112 [custom] 2018-01-09 13:22:34 +00:00