1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 07:35:45 +01:00

Merge changes from bootstrapped.

This commit is contained in:
Kris Maglione
2010-12-25 13:45:05 -05:00
parent 7e712dae0f
commit 617a37db1e
14 changed files with 124 additions and 73 deletions

View File

@@ -13,7 +13,7 @@ defineModule("template", {
default xml namespace = XHTML;
const Template = Module("Template", {
var Template = Module("Template", {
add: function add(a, b) a + b,
join: function join(c) function (a, b) a + c + b,