(e3)
| 7665 | const a2 = this._activePages.indexOf(o2); |
| 7666 | -1 !== a2 && this._activePages.splice(a2, 1); |
| 7667 | } |
| 7668 | return s3; |
| 7669 | } |
| 7670 | _deletePage(e3) { |
| 7671 | this._pages.splice(e3, 1); |
| 7672 | for (let t3 = e3; t3 < this._pages.length; t3++) { |
| 7673 | const e4 = this._pages[t3]; |
| 7674 | for (const t4 of e4.glyphs) t4.texturePage--; |
| 7675 | e4.version++; |
| 7676 | } |
| 7677 | } |