mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 12:24:13 +01:00
Apparently Firefox 7 sucks arse too.
This commit is contained in:
@@ -733,7 +733,7 @@ function Class() {
|
|||||||
if (callable(args[0]))
|
if (callable(args[0]))
|
||||||
superclass = args.shift();
|
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 Constructor = function Constructor() {
|
||||||
var self = Object.create(Constructor.prototype);
|
var self = Object.create(Constructor.prototype);
|
||||||
self.instance = self;
|
self.instance = self;
|
||||||
|
|||||||
Reference in New Issue
Block a user