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

Release 1.0 βeta 4.1.

This commit is contained in:
Kris Maglione
2010-12-31 13:44:09 -05:00
parent 6f20c5aac2
commit 1ce521de5e
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
1.0b5pre:
1.0b4.1:
* Extensive Firefox 4 support, including:
- Fully restartless. Can now be installed, uninstalled,
enabled, disabled, and upgraded without restarting Firefox.

View File

@@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest"
em:id="pentadactyl@dactyl.googlecode.com"
em:name="Pentadactyl"
em:version="1.0b5pre"
em:version="1.0b4.1"
em:description="Firefox for Vim and Links addicts"
em:homepageURL="http://dactyl.sourceforge.net/pentadactyl"
em:iconURL="chrome://pentadactyl/skin/icon.png"