1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 19:14:11 +01:00

Release Pentadactyl 1.0b7

This commit is contained in:
Kris Maglione
2011-08-03 17:57:00 -04:00
parent d6e5f9f1f7
commit 1d298bf561
2 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ function defineModule(name, params, module) {
defineModule.loadLog = []; defineModule.loadLog = [];
Object.defineProperty(defineModule.loadLog, "push", { Object.defineProperty(defineModule.loadLog, "push", {
value: function (val) { value: function (val) {
if (true) if (false)
defineModule.dump(val + "\n"); defineModule.dump(val + "\n");
this[this.length] = Date.now() + " " + val; this[this.length] = Date.now() + " " + val;
} }

View File

@@ -5,7 +5,7 @@
em:id="pentadactyl@dactyl.googlecode.com" em:id="pentadactyl@dactyl.googlecode.com"
em:type="2" em:type="2"
em:name="Pentadactyl" em:name="Pentadactyl"
em:version="1.0b7pre" em:version="1.0b7"
em:description="Firefox for Vim and Links addicts" em:description="Firefox for Vim and Links addicts"
em:homepageURL="http://dactyl.sourceforge.net/pentadactyl" em:homepageURL="http://dactyl.sourceforge.net/pentadactyl"
em:iconURL="resource://dactyl-local-skin/icon.png" em:iconURL="resource://dactyl-local-skin/icon.png"
@@ -32,7 +32,7 @@
<Description <Description
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="3.6" em:minVersion="3.6"
em:maxVersion="8.*"/> em:maxVersion="8.0a1"/>
</em:targetApplication> </em:targetApplication>
</Description> </Description>
</RDF> </RDF>