Bug 377683, return -1 when no tabs in tabbox.selectedIndex, r=neil
git-svn-id: svn://10.0.0.236/trunk@224666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
</property>
|
||||
|
||||
<property name="selectedIndex"
|
||||
onget="return this.tabs ? this.tabs.selectedIndex : null;">
|
||||
onget="return this.tabs ? this.tabs.selectedIndex : -1;">
|
||||
<setter>
|
||||
<![CDATA[
|
||||
if (this.tabs)
|
||||
|
||||
Reference in New Issue
Block a user