mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 11:45:46 +01:00
[bootstrap] Add code to manually reload stale cached modules on rehash.
--HG-- branch : bootstrapped
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user