Commit Graph

6 Commits

Author SHA1 Message Date
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
93e9513c8b Travis build: 210 2018-08-10 07:50:02 +00:00
fd6013c6ea Update bindKey.md 2018-08-10 10:47:56 +03:00
333182a5dc Get rid of arguments for bindKey 2018-08-10 11:40:33 +04:00
5c30e61415 Travis build: 1389 2018-01-24 12:24:04 +00:00
64c817ef81 Add bindKey 2018-01-24 14:22:43 +02:00