1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 13:17:59 +01:00

Move the standard type completers to appropriate modules.

This commit is contained in:
Doug Kearns
2009-06-18 20:46:09 +10:00
parent 561ed5fc3e
commit ec8d7686fc
14 changed files with 680 additions and 625 deletions

View File

@@ -8,7 +8,7 @@
/** @scope modules */
const template = {
const template = { //{{{
add: function add(a, b) a + b,
join: function join(c) function (a, b) a + c + b,
@@ -332,6 +332,6 @@ const template = {
</table>);
// </e4x>
}
};
}; //}}}
// vim: set fdm=marker sw=4 ts=4 et: