1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-02 05:10:53 +02:00

Document some more crap.

This commit is contained in:
Kris Maglione
2008-12-19 13:27:01 -05:00
parent f95dfac83f
commit 74700d3aff
17 changed files with 285 additions and 85 deletions
+3
View File
@@ -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,