()
| 1714 | } |
| 1715 | |
| 1716 | _onLoadingSuccess() { |
| 1717 | if (this.errorPixiObject) { |
| 1718 | this._replacePixiObject(this.tileMapPixiObject); |
| 1719 | |
| 1720 | this.errorPixiObject = null; |
| 1721 | } |
| 1722 | } |
| 1723 | |
| 1724 | /** |
| 1725 | * Return the path to the thumbnail of the specified object. |
no test coverage detected