(element)
| 42626 | } |
| 42627 | |
| 42628 | function set(element) { |
| 42629 | element.style.height = '100%'; |
| 42630 | element.style.margin = 0; |
| 42631 | element.style.padding = 0; |
| 42632 | return element; |
| 42633 | } |
| 42634 | |
| 42635 | if (this.options.body && three.element == document.body) { |
| 42636 | // Fix body height if we're naked |
no outgoing calls
no test coverage detected