mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-27 10:22:28 +01:00
Apparently Firefox 7 sucks arse too.
This commit is contained in:
@@ -733,7 +733,7 @@ function Class() {
|
||||
if (callable(args[0]))
|
||||
superclass = args.shift();
|
||||
|
||||
if (loaded.config && (config.haveGecko("5.*", "6.0") || config.haveGecko("8.0"))) // Bug 657418.
|
||||
if (loaded.config && (config.haveGecko("5.*", "6.0") || config.haveGecko("6.*"))) // Bug 657418.
|
||||
var Constructor = function Constructor() {
|
||||
var self = Object.create(Constructor.prototype);
|
||||
self.instance = self;
|
||||
|
||||
Reference in New Issue
Block a user