summaryrefslogtreecommitdiffstats
path: root/toolkit/content/widgets/tabbox.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/widgets/tabbox.js')
-rw-r--r--toolkit/content/widgets/tabbox.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/content/widgets/tabbox.js b/toolkit/content/widgets/tabbox.js
index b1b2ddecce..f4003d002c 100644
--- a/toolkit/content/widgets/tabbox.js
+++ b/toolkit/content/widgets/tabbox.js
@@ -459,7 +459,7 @@
}
get value() {
- return this.getAttribute("value");
+ return this.getAttribute("value") || "";
}
get control() {
@@ -563,7 +563,7 @@
}
get value() {
- return this.getAttribute("value");
+ return this.getAttribute("value") || "";
}
get tabbox() {