Commit Graph

16 Commits

Author SHA1 Message Date
af0d56d91b Travis build: 613 [custom] 2018-10-08 17:23:40 +00:00
60c418e1ac Travis build: 597 [cron] 2018-10-04 20:18:24 +00:00
d9de6e6977 Travis build: 590 [cron] 2018-10-03 20:17:00 +00:00
985ec1928d Travis build: 574 [cron] 2018-10-01 20:16:38 +00:00
15540ae582 Travis build: 554 [cron] 2018-09-28 20:14:51 +00:00
f2e5e26af3 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
b38e858121 Travis build: 527 [cron] 2018-09-25 20:13:48 +00:00
619b140824 Travis build: 507 [cron] 2018-09-22 20:13:16 +00:00
8cf111559d Travis build: 475 [cron] 2018-09-18 20:12:19 +00:00
90bbb0d09b Travis build: 468 [cron] 2018-09-15 20:10:55 +00:00
d4dc4a1db7 Travis build: 452 [cron] 2018-09-14 20:10:21 +00:00
7b3a386504 fix isSimilar line breaks 2018-09-14 12:59:01 +02:00
ae8c006535 Travis build: 176 [cron] 2018-08-02 19:51:06 +00:00
8fcb35c618 Travis build: 2102 [cron] 2018-05-30 21:16:55 +00:00
11ccc07dbe Fixed Codacy issues
Also added specification link in JSON files
2018-05-30 19:51:47 +03:00
7113390fca Add extractor script
Also runs on Travis
2018-05-30 19:19:36 +03:00