mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 02:04:10 +01:00
Added tag pentadactyl-1.0b7 for changeset 2281deb4c132
This commit is contained in:
1
.hgtags
1
.hgtags
@@ -25,3 +25,4 @@ d783bcace8c6a24bee7bd22ead22fe44baaebe90 pentadactyl-1.0b4.3
|
||||
b83bb8e6d273f71b1278c4ee03376594ad6dd039 pentadactyl-1.0b6
|
||||
0000000000000000000000000000000000000000 vimperator-2.2~beta1
|
||||
0000000000000000000000000000000000000000 vimperator-2.0~alpha1
|
||||
2281deb4c1323643dfc130c43d79f1a14f4a761a pentadactyl-1.0b7
|
||||
|
||||
@@ -151,7 +151,7 @@ function defineModule(name, params, module) {
|
||||
defineModule.loadLog = [];
|
||||
Object.defineProperty(defineModule.loadLog, "push", {
|
||||
value: function (val) {
|
||||
if (false)
|
||||
if (true)
|
||||
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.0b7"
|
||||
em:version="1.0b8pre"
|
||||
em:description="Firefox for Vim and Links addicts"
|
||||
em:homepageURL="http://dactyl.sourceforge.net/pentadactyl"
|
||||
em:iconURL="resource://dactyl-local-skin/icon.png"
|
||||
@@ -32,7 +32,7 @@
|
||||
<Description
|
||||
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
|
||||
em:minVersion="3.6"
|
||||
em:maxVersion="8.0a1"/>
|
||||
em:maxVersion="8.*"/>
|
||||
</em:targetApplication>
|
||||
</Description>
|
||||
</RDF>
|
||||
|
||||
Reference in New Issue
Block a user