1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 16:57:57 +01:00

Added tag pentadactyl-1.0b7.1 for changeset 5dd2b03a5cec

This commit is contained in:
Kris Maglione
2011-08-04 08:48:27 -04:00
parent 7243a2f97e
commit c01a9a72b0
3 changed files with 3 additions and 2 deletions

View File

@@ -26,3 +26,4 @@ b83bb8e6d273f71b1278c4ee03376594ad6dd039 pentadactyl-1.0b6
0000000000000000000000000000000000000000 vimperator-2.2~beta1 0000000000000000000000000000000000000000 vimperator-2.2~beta1
0000000000000000000000000000000000000000 vimperator-2.0~alpha1 0000000000000000000000000000000000000000 vimperator-2.0~alpha1
2281deb4c1323643dfc130c43d79f1a14f4a761a pentadactyl-1.0b7 2281deb4c1323643dfc130c43d79f1a14f4a761a pentadactyl-1.0b7
5dd2b03a5cec255665f2502177d228c76ed93711 pentadactyl-1.0b7.1

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 (false) if (true)
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.0b7.1" em:version="1.0b8pre"
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"