mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 13:03:31 +02:00
Fix muttator for new nighlies
This commit is contained in:
@@ -1225,7 +1225,12 @@ const liberator = (function () //{{{
|
|||||||
config.features.push(getPlatformFeature());
|
config.features.push(getPlatformFeature());
|
||||||
config.defaults = config.defaults || {};
|
config.defaults = config.defaults || {};
|
||||||
config.guioptions = config.guioptions || {};
|
config.guioptions = config.guioptions || {};
|
||||||
config.browserModes = config.browserModes || [modes.NORMAL];
|
|
||||||
|
// -> we can't use this, since config.browserModes might already be defined as a getter-only
|
||||||
|
// TODO: also change the other config.* defaults?
|
||||||
|
// config.browserModes = config.browserModes || [modes.NORMAL];
|
||||||
|
if (!config.browserModes)
|
||||||
|
config.browserModes = [modes.NORMAL];
|
||||||
config.mailModes = config.mailModes || [modes.NORMAL];
|
config.mailModes = config.mailModes || [modes.NORMAL];
|
||||||
// TODO: suitable defaults?
|
// TODO: suitable defaults?
|
||||||
//config.mainWidget
|
//config.mainWidget
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<Description>
|
<Description>
|
||||||
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
||||||
<em:minVersion>3.0b2pre</em:minVersion>
|
<em:minVersion>3.0b2pre</em:minVersion>
|
||||||
<em:maxVersion>3.0b2</em:maxVersion>
|
<em:maxVersion>3.0b3</em:maxVersion>
|
||||||
</Description>
|
</Description>
|
||||||
</em:targetApplication>
|
</em:targetApplication>
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ Continuous donations:
|
|||||||
* Daniel Bainton (web hosting)
|
* Daniel Bainton (web hosting)
|
||||||
|
|
||||||
2009:
|
2009:
|
||||||
|
* Fabien Benetou
|
||||||
|
* Arvin Moezzi
|
||||||
|
* Calogero Lo Leggio
|
||||||
|
* Sapan Bhatia
|
||||||
* Gavin Sinclair
|
* Gavin Sinclair
|
||||||
* Stephen Borchert
|
* Stephen Borchert
|
||||||
* Convolution
|
* Convolution
|
||||||
|
|||||||
Reference in New Issue
Block a user