mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 20:24:12 +01:00
Add cache module. Cleanup help and DTD generation. Fix :help version generation issues. Fix other assorted issues.
This commit is contained in:
@@ -175,7 +175,7 @@ var IO = Module("io", {
|
||||
util.flushCache();
|
||||
|
||||
dactyl.loadScript(uri.spec, context);
|
||||
help.initialized = false;
|
||||
dactyl.triggerObserver("io.source", context, file, file.lastModifiedTime);
|
||||
}
|
||||
catch (e) {
|
||||
if (e.fileName && !(e instanceof FailedAssertion))
|
||||
@@ -200,6 +200,7 @@ var IO = Module("io", {
|
||||
group: context.GROUP,
|
||||
line: 1
|
||||
});
|
||||
dactyl.triggerObserver("io.source", context, file, file.lastModifiedTime);
|
||||
}
|
||||
|
||||
Set.add(this._scriptNames, file.path);
|
||||
|
||||
Reference in New Issue
Block a user