(prop)
| 1870 | } |
| 1871 | } |
| 1872 | function fix(prop) { |
| 1873 | return 'expression( ( ( ignoreMe = document.documentElement.'+ prop + |
| 1874 | ' ? document.documentElement.'+ prop +' : document.body.'+ prop +' ) ) + \'px\' );'; |
| 1875 | } |
| 1876 | if (hs.expandCursor) addRule ('.highslide img', |
| 1877 | 'cursor: url('+ hs.graphicsDir + hs.expandCursor +'), pointer !important;'); |
| 1878 | } |
nothing calls this directly
no outgoing calls
no test coverage detected