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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user