mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 01:57:58 +01:00
Support Firefox 45 (without e10s).
This commit is contained in:
@@ -975,7 +975,7 @@ var CommandLine = Module("commandline", {
|
||||
}
|
||||
},
|
||||
|
||||
updateOutputHeight: deprecated("mow.resize", function updateOutputHeight(open, extra) mow.resize(open, extra)),
|
||||
updateOutputHeight: deprecated("mow.resize", function updateOutputHeight(open, extra) { return mow.resize(open, extra); }),
|
||||
|
||||
withOutputToString: function withOutputToString(fn, self, ...args) {
|
||||
dactyl.registerObserver("echoLine", observe, true);
|
||||
|
||||
Reference in New Issue
Block a user