mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-28 19:55:45 +01:00
Document some more crap.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
/** @scope modules */
|
||||
|
||||
const template = {
|
||||
add: function add(a, b) a + b,
|
||||
join: function join(c) function (a, b) a + c + b,
|
||||
|
||||
Reference in New Issue
Block a user