1
0
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:
Kris Maglione
2011-08-26 06:55:15 -04:00
parent 593fc09e47
commit aba6aaddd7

View File

@@ -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;