()
| 554 | }; |
| 555 | |
| 556 | function refreshHeight() { |
| 557 | height = content.clientHeight; |
| 558 | content.style.overflow = "visible"; |
| 559 | _body.style.height = _win.innerHeight + (height - _win.innerHeight) / speed + "px"; |
| 560 | return height - _win.innerHeight; |
| 561 | } |
| 562 | |
| 563 | this.content = function (element) { |
| 564 | if (arguments.length) { |
no outgoing calls
no test coverage detected
searching dependent graphs…