bf35deabc8
Travis build: 574 [cron]
2018-10-01 20:16:38 +00:00
b6b3288992
Travis build: 554 [cron]
2018-09-28 20:14:51 +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
ba31c7cf39
Travis build: 507 [cron]
2018-09-22 20:13:16 +00:00
5db73f463e
Travis build: 475 [cron]
2018-09-18 20:12:19 +00:00
ddacc1c032
Travis build: 468 [cron]
2018-09-15 20:10:55 +00:00
baeea12e34
Travis build: 452 [cron]
2018-09-14 20:10:21 +00:00
9fa57c0c94
fix isSimilar line breaks
2018-09-14 12:59:01 +02:00
43af1264ee
Travis build: 176 [cron]
2018-08-02 19:51:06 +00:00
13d4a46356
Travis build: 2102 [cron]
2018-05-30 21:16:55 +00:00
5040461a9f
Fixed Codacy issues
...
Also added specification link in JSON files
2018-05-30 19:51:47 +03:00
34fa03ec33
Add extractor script
...
Also runs on Travis
2018-05-30 19:19:36 +03:00