mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-29 03:44:37 +00:00
bug 190353: Property "pageIndex" of "wizard" tag is not working. r=neil
This commit is contained in:
parent
28a533ac47
commit
49558c479e
@ -110,7 +110,7 @@
|
||||
<setter>
|
||||
<![CDATA[
|
||||
if (val < 0 || val >= this.pageCount)
|
||||
return;
|
||||
return val;
|
||||
|
||||
var page = this.wizardPages[val];
|
||||
this._pageStack[this._pageStack.length-1] = page;
|
||||
|
@ -95,7 +95,7 @@
|
||||
<setter>
|
||||
<![CDATA[
|
||||
if (val < 0 || val >= this.pageCount)
|
||||
return;
|
||||
return val;
|
||||
|
||||
var page = this.wizardPages[val];
|
||||
this._pageStack[this._pageStack.length-1] = page;
|
||||
|
Loading…
Reference in New Issue
Block a user