1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 13:14:12 +01:00

Fix stal=0 on FF4.

This commit is contained in:
Kris Maglione
2010-09-24 10:54:06 -04:00
parent 296ceee3d2
commit a99c586d98
2 changed files with 6 additions and 2 deletions

View File

@@ -127,6 +127,9 @@ const ConfigBase = Class(ModuleBase, {
*/
scripts: [],
get tabStrip()
Class.replaceProperty(this, "tabStrip", document.getElementById("TabsToolbar") || this.tabbrowser.mTabContainer),
/**
* @property {string} The leaf name of any temp files created by
* {@link io.createTempFile}.