()
| 356 | |
| 357 | } |
| 358 | public forceUpdateParallax() { |
| 359 | setTimeout(() => { |
| 360 | let b = d.body, |
| 361 | h = d.documentElement |
| 362 | let dHeight = Math.max(b.scrollHeight, b.offsetHeight, |
| 363 | h.clientHeight, h.scrollHeight, h.offsetHeight) |
| 364 | this.sEn.data.bS = dHeight - this.wH |
| 365 | }, 300); |
| 366 | } |
| 367 | public setObjectStatus(id: string, status: boolean){ |
| 368 | let object = this.getObject(id) |
| 369 | if(object != undefined){ |
nothing calls this directly
no outgoing calls
no test coverage detected