mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 13:54:12 +01:00
Release Pentadactyl 1.0b7.1
This commit is contained in:
@@ -151,7 +151,7 @@ function defineModule(name, params, module) {
|
||||
defineModule.loadLog = [];
|
||||
Object.defineProperty(defineModule.loadLog, "push", {
|
||||
value: function (val) {
|
||||
if (true)
|
||||
if (false)
|
||||
defineModule.dump(val + "\n");
|
||||
this[this.length] = Date.now() + " " + val;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
em:id="pentadactyl@dactyl.googlecode.com"
|
||||
em:type="2"
|
||||
em:name="Pentadactyl"
|
||||
em:version="1.0b8pre"
|
||||
em:version="1.0b7.1"
|
||||
em:description="Firefox for Vim and Links addicts"
|
||||
em:homepageURL="http://dactyl.sourceforge.net/pentadactyl"
|
||||
em:iconURL="resource://dactyl-local-skin/icon.png"
|
||||
|
||||
Reference in New Issue
Block a user