зеркало из https://github.com/mozilla/pjs.git
Bug 377683, return -1 when no tabs in tabbox.selectedIndex, r=neil
This commit is contained in:
Родитель
c58e4d711c
Коммит
effb2fc432
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче