(currentWindow)
| 31135 | return (0, _utilities.hoistStatics)(ComposedComponent, resultClass); |
| 31136 | } |
| 31137 | function getWidthOfCurrentWindow(currentWindow) { |
| 31138 | try { |
| 31139 | return currentWindow.document.documentElement.clientWidth; |
| 31140 | } catch (e) { |
| 31141 | return currentWindow.innerWidth; |
| 31142 | } |
| 31143 | } |
| 31144 | function getResponsiveMode(currentWindow) { |
| 31145 | var responsiveMode = ResponsiveMode.small; |
| 31146 | if (currentWindow) { |