()
| 12794 | }; |
| 12795 | |
| 12796 | function getWindowWidth() { |
| 12797 | return window.innerWidth || |
| 12798 | document.documentElement && document.documentElement.clientWidth || |
| 12799 | document.body && document.body.clientWidth || |
| 12800 | 0; |
| 12801 | } |
| 12802 | |
| 12803 | function getWindowHeight() { |
| 12804 | return window.innerHeight || |